From b486a10129d91b6ef6bf54e595f179e48df2b121 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Mon, 5 Feb 2024 12:00:32 +0330 Subject: [PATCH] fix: `CommandItem` hightlighted bg (#322) * fix: `CommandItem` hightlighted bg * fix: escape key not closing combobox --------- Co-authored-by: zernonia --- apps/www/src/lib/registry/default/ui/command/CommandItem.vue | 3 +-- apps/www/src/lib/registry/default/ui/command/CommandList.vue | 2 +- apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue | 3 +-- apps/www/src/lib/registry/new-york/ui/command/CommandList.vue | 2 +- apps/www/src/public/registry/styles/default/command.json | 4 ++-- apps/www/src/public/registry/styles/new-york/command.json | 4 ++-- 6 files changed, 8 insertions(+), 10 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)