fix(app): spinner color
This commit is contained in:
parent
b8e726521d
commit
33d400c567
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[data-component="spinner"] {
|
[data-component="spinner"] {
|
||||||
color: var(--text-base);
|
color: inherit;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
aspect-ratio: 1;
|
aspect-ratio: 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue