fix various light theme issues

This commit is contained in:
jeffvli
2025-09-06 01:19:16 -07:00
parent 4a28e7230a
commit 6dea9196a4
4 changed files with 13 additions and 0 deletions
@@ -4,6 +4,10 @@
align-items: center;
padding: var(--theme-spacing-sm) var(--theme-spacing-md);
cursor: default;
&:hover {
background: var(--theme-colors-background);
}
}
.menu-item:disabled {