fixes
This commit is contained in:
parent
acf414e451
commit
dc3df7bc4e
5 changed files with 11 additions and 5 deletions
|
@ -202,6 +202,9 @@ const generateColors = (input) => {
|
|||
colors[k + 'Link'].a = v
|
||||
colors['panelFaint'].a = v
|
||||
}
|
||||
if (k === 'bg') {
|
||||
colors['lightBg'].a = v
|
||||
}
|
||||
if (colors[k]) {
|
||||
colors[k].a = v
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue