0
Fork 0
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:
alonso.torres 2023-11-14 17:35:48 +01:00
parent e1bbf96766
commit 1f611dd81a

View file

@ -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);