In light mode, when selecting a Bases view the menu items are illegible due to dark text on dark background:
The --menu-background variable can be updated to fix the issue:
.theme-light {
--menu-background: var(--background-primary);
}
Thanks for you work on a great theme!
In light mode, when selecting a Bases view the menu items are illegible due to dark text on dark background:
The
--menu-backgroundvariable can be updated to fix the issue:Thanks for you work on a great theme!