enhance(ui): polish accent colors

This commit is contained in:
charlie
2024-01-12 17:34:35 +08:00
parent 0bd29e318b
commit e7b9d58bd9
3 changed files with 6 additions and 2 deletions

View File

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