change button colour to match figma

This commit is contained in:
JovannMC 2025-01-10 20:43:44 +03:00
parent 58b29d0827
commit a9d257840b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
);
--bg-panel: hsl(0, 0%, 100%);
--bg-panel-alt: hsl(0, 0%, 92%);
--bg-panel-accented: hsl(300, 25%, 91%);
--bg-panel-accented: #EBEBEB;
--bg-separator: hsl(0, 0%, 88%);
--bg-button: var(--bg-panel-accented);
--bg-badge: hsl(0, 0%, 0%);