Change all instances of "color" in my theme variables to be "colour"
This commit is contained in:
parent
f05311d7c8
commit
13619b6a09
5 changed files with 27 additions and 27 deletions
|
|
@ -8,9 +8,9 @@
|
|||
--tab-button-hover-bg: var(--color-light-3);
|
||||
|
||||
/* Chip Variables */
|
||||
--chip-color: #18181b;
|
||||
--chip-colour: #18181b;
|
||||
--chip-background: #fafafa;
|
||||
--chip-value-color: #18181b;
|
||||
--chip-value-colour: #18181b;
|
||||
--chip-value-background: #d4d4d8aa;
|
||||
--chip-border-color: var(--chip-value-background);
|
||||
--chip-border-colour: var(--chip-value-background);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue