We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5388749 commit de06eb8Copy full SHA for de06eb8
1 file changed
core/src/components/spinner/spinner.scss
@@ -5,10 +5,13 @@
5
// --------------------------------------------------
6
7
:host {
8
+ // This variable controls the component's color when nested within parent elements (e.g., `ion-button`). It is intended for internal styling only.
9
+ --color: var(--ion-spinner-color);
10
+
11
display: inline-block;
12
position: relative;
13
- color: var(--ion-spinner-color);
14
+ color: var(--color);
15
16
user-select: none;
17
}
0 commit comments