Skip to content

Commit 063634d

Browse files
authored
fix: remove focus ring and increase height on user menu button (#122)
* fix: user menu button focus * fix: button height
1 parent 40aaad8 commit 063634d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/user-menu/user-menu-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const UserMenuButton = forwardRef<
1717
<Button
1818
ref={ref}
1919
variant="ghost"
20-
className="flex items-center gap-2"
20+
className="cursor-pointer flex items-center gap-2 h-[46px] focus-visible:outline-none focus-visible:ring-0 focus-visible:ring-offset-0"
2121
{...props}
2222
>
2323
<UserAvatar userName={userName} />

0 commit comments

Comments
 (0)