Skip to content

Commit e0619d9

Browse files
authored
refactor(spinner): use correct color for ionic (#29912)
1 parent e8e1749 commit e0619d9

16 files changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
// Ionic Spinner
55
// --------------------------------------------------
66

7+
:host {
8+
--color: #{globals.$ionic-color-neutral-800};
9+
}
10+
711
// Sizes
812
// --------------------------------------------------
913

94 Bytes
Loading
459 Bytes
Loading
101 Bytes
Loading
48 Bytes
Loading
379 Bytes
Loading
60 Bytes
Loading
71 Bytes
Loading
361 Bytes
Loading
50 Bytes
Loading

0 commit comments

Comments
 (0)