We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc3e84 commit a00cc6fCopy full SHA for a00cc6f
core/src/components/spinner/spinner.ionic.scss
@@ -11,8 +11,8 @@
11
height: globals.$ion-scale-700;
12
}
13
14
-:host(.ion-color.ion-color-medium) {
15
- color: globals.current-color(contrast, null, true);
+:host(.ion-color-medium) {
+ color: #{globals.ion-color(medium, contrast, $subtle:true)}
16
17
18
// Spinner: lines / lines-small / lines-sharp / lines-sharp-small
0 commit comments