🐛 Fix menu shadow color

This commit is contained in:
Eva Marco 2025-02-06 14:15:49 +01:00 committed by Andrey Antukh
parent 479f39338b
commit dda9f62504
3 changed files with 39 additions and 39 deletions

View file

@ -215,7 +215,7 @@
--menu-shortcut-foreground-color: var(--color-foreground-secondary);
--menu-shortcut-foreground-color-selected: var(--color-foreground-primary);
--menu-shortcut-foreground-color-hover: var(--color-foreground-primary);
--menu-shadow-color: var(--color-shadow);
--menu-shadow-color: var(--color-shadow-dark);
--menu-background-color-disabled: var(--color-background-primary);
--menu-foreground-color-disabled: var(--color-foreground-secondary);
--menu-border-color-disabled: var(--color-background-quaternary);