0
Fork 0
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:
alonso.torres 2024-01-05 15:31:55 +01:00
parent c14fe661df
commit 62ffe67838

View file

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