We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f683a09 commit 85a4ad1Copy full SHA for 85a4ad1
apps/webapp/app/components/primitives/Select.tsx
@@ -482,7 +482,11 @@ export function SelectItem({
482
<div className="grow truncate">{props.children || props.value}</div>
483
{checkIcon}
484
{shortcut && (
485
- <ShortcutKey className={cn("size-4 flex-none")} shortcut={shortcut} variant={"small"} />
+ <ShortcutKey
486
+ className={cn("size-4 flex-none transition duration-0 group-hover:border-charcoal-600")}
487
+ shortcut={shortcut}
488
+ variant={"small"}
489
+ />
490
)}
491
</div>
492
</Ariakit.SelectItem>
0 commit comments