enhance(ui): polish popover accent color

This commit is contained in:
charlie
2024-01-17 17:49:43 +08:00
parent fe754f5b7e
commit 91c54a6189
4 changed files with 6 additions and 6 deletions

View File

@@ -389,7 +389,7 @@ button.menu:focus {
.menu-links-wrapper,
.menu-links-outer {
@apply py-2 rounded-md shadow-lg overflow-y-auto border bg-popovelx min-w-[12rem];
@apply py-2 rounded-md shadow-lg overflow-y-auto border bg-popover min-w-[12rem];
max-height: calc(100vh - 100px) !important;
}