Update loading spinner to use CSS variables depending on theme
This commit is contained in:
parent
44977c95cc
commit
361a2004d8
3 changed files with 15 additions and 2 deletions
|
|
@ -1,3 +1,13 @@
|
|||
.theme-light {
|
||||
--prosemirror-background: white;
|
||||
|
||||
--spinner-outer-colour: black;
|
||||
--spinner-inner-colour: #FF3D00;
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #18181b;
|
||||
--chip-background: #fafafa;
|
||||
--chip-value-color: #18181b;
|
||||
--chip-value-background: #d4d4d8aa;
|
||||
--chip-border-color: var(--chip-value-background);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue