Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a00cc6f

Browse files
committedMay 23, 2025··
- clean selector;
- improve way to get color var
1 parent fcc3e84 commit a00cc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎core/src/components/spinner/spinner.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
height: globals.$ion-scale-700;
1212
}
1313

14-
:host(.ion-color.ion-color-medium) {
15-
color: globals.current-color(contrast, null, true);
14+
:host(.ion-color-medium) {
15+
color: #{globals.ion-color(medium, contrast, $subtle:true)}
1616
}
1717

1818
// Spinner: lines / lines-small / lines-sharp / lines-sharp-small

0 commit comments

Comments
 (0)
Please sign in to comment.