Skip to content

Commit

Permalink
vrt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Jan 15, 2024
1 parent a1f88eb commit 17eb080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop-client/src/components/common/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export function Menu<T extends MenuItem>({

return (
<View
role="button"
key={item.name}
style={{
cursor: 'default',
Expand All @@ -161,6 +162,7 @@ export function Menu<T extends MenuItem>({
backgroundColor: theme.menuItemBackgroundHover,
color: theme.menuItemTextHover,
}),
...item.style,
}}
onMouseEnter={() => setHoveredIndex(idx)}
onMouseLeave={() => setHoveredIndex(null)}
Expand Down

0 comments on commit 17eb080

Please sign in to comment.