From e18c84a1a556a1c5ad4b675b09d0fa9829bca386 Mon Sep 17 00:00:00 2001 From: sadeghbarati Date: Mon, 5 Feb 2024 10:36:16 +0330 Subject: [PATCH] fix: `CommandItem` hightlighted bg --- apps/www/src/lib/registry/default/ui/command/CommandItem.vue | 3 +-- apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue | 3 +-- apps/www/src/public/registry/styles/default/command.json | 2 +- apps/www/src/public/registry/styles/new-york/command.json | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue index 29725b18..c373d12e 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue @@ -19,8 +19,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)