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

@@ -110,7 +110,7 @@
&-panel {
@apply relative rounded-md shadow-lg border border-gray-06 overflow-hidden;
background: or(--ls-modal-panel-color, --lx-gray-04, --ls-secondary-background-color);
background: or(--ls-modal-panel-color, --lx-gray-02, --ls-secondary-background-color);
.panel-content {
overflow-y: auto;
@@ -277,7 +277,7 @@ html.is-mobile {
}
.dropdown-wrapper {
@apply border min-w-[12rem] rounded-md bg-popovelx overflow-hidden;
@apply border min-w-[12rem] rounded-md bg-popover overflow-hidden;
.menu-links-wrapper {
@apply border-0;