mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
🐛 Fix disabled icons colors
This commit is contained in:
parent
e1bbf96766
commit
1f611dd81a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
--button-foreground-color-focus: var(--color-foreground-primary);
|
||||
--button-border-color-focus: var(--color-accent-primary);
|
||||
--button-foreground-color-disabled: var(--color-foreground-secondary);
|
||||
--button-background-color-disabled: var(--color-background-primary);
|
||||
--button-background-color-disabled: var(--color-foreground-disabled);
|
||||
--button-border-color-disabled: var(--color-background-quaternary);
|
||||
|
||||
--button-primary-background-color-rest: var(--color-accent-primary);
|
||||
|
|
Loading…
Reference in a new issue