fix v2 breezy themes having messed up pressed buttons. updated v2.1 breezy
themes to have derived colors instead of fixed ones.
This commit is contained in:
parent
29133fb008
commit
60446c56a5
5 changed files with 25 additions and 26 deletions
|
@ -214,8 +214,6 @@ export const getCssColor = (input, a) => {
|
|||
} else if (typeof input === 'string') {
|
||||
if (input.startsWith('#')) {
|
||||
rgb = hex2rgb(input)
|
||||
} else if (input.startsWith('--')) {
|
||||
return `var(${input})`
|
||||
} else {
|
||||
return input
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue