enhance(ui): polish details of the command popups

This commit is contained in:
charlie
2024-08-01 16:44:22 +08:00
parent ea58da6083
commit 7226378b16
2 changed files with 4 additions and 4 deletions

View File

@@ -384,7 +384,7 @@ button.menu:focus {
.menu-link {
@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;
@apply text-sm px-2 py-1.5 hover:rounded transition-opacity duration-150;
}
.menu-separator {