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,6 +1,9 @@
|
|||
.theme-dark {
|
||||
--prosemirror-background: var(--color-cool-5);
|
||||
|
||||
--spinner-outer-colour: white;
|
||||
--spinner-inner-colour: #FF3D00;
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #fff7ed;
|
||||
--chip-background: #2b3642;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue