Make the KBD look better
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m2s

This commit is contained in:
Braydon 2024-04-21 20:20:30 -04:00
parent c469b2d5cf
commit b8cecee57e

@ -72,8 +72,8 @@ const QuickSearchDialog = (): ReactElement => {
/>
<div className="absolute top-1.5 right-3">
<kbd className="pointer-events-none inline-flex h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium text-muted-foreground opacity-100">
<span className="text-xs"></span>K
<kbd className="h-5 px-1.5 inline-flex gap-1 items-center bg-muted font-medium text-muted-foreground rounded select-none pointer-events-none">
<span></span>K
</kbd>
</div>
</div>