💄 Update command bar

This commit is contained in:
Fred KISSIE
2026-06-22 21:22:55 +02:00
parent 2ab5540085
commit 8f0e17774f
2 changed files with 9 additions and 19 deletions
+2 -1
View File
@@ -174,10 +174,11 @@ function CommandShortcut({
...props
}: React.ComponentProps<"span">) {
return (
<span
<kbd
data-slot="command-shortcut"
className={cn(
"text-muted-foreground ml-auto text-xs tracking-widest",
"px-1 py-0.5 rounded-sm border-border bg-muted border",
className
)}
{...props}