mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Fix problem with disabled buttons visibility
This commit is contained in:
parent
c14fe661df
commit
62ffe67838
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
--color-foreground-primary: var(--black);
|
||||
--color-foreground-secondary: var(--off-black);
|
||||
--color-foreground-tertiary: var(--pink);
|
||||
--color-foreground-disabled: var(--light-gray-1);
|
||||
--color-foreground-disabled: var(--off-black-30);
|
||||
--color-accent-primary: var(--purple);
|
||||
--color-accent-primary-muted: var(--purple-30);
|
||||
--color-accent-secondary: var(--blue);
|
||||
|
|
Loading…
Add table
Reference in a new issue