enhance(ui): make consistent accent colors for all the popover dropdown

This commit is contained in:
charlie
2024-01-05 15:20:12 +08:00
parent a27f360cd8
commit 8be15476ab
7 changed files with 47 additions and 20 deletions

View File

@@ -409,7 +409,7 @@ button.menu:focus {
}
.menu-link {
@apply text-popover-foreground/90 select-none hover:text-popover-foreground/100;
@apply text-popover-foreground/75 select-none hover:text-popover-foreground/100;
@apply text-sm px-2 py-1.5 mx-1 hover:rounded transition-opacity duration-150;
}