Skip to content

Commit

Permalink
fix: hover styling missing
Browse files Browse the repository at this point in the history
  • Loading branch information
vtv6 committed Nov 24, 2022
1 parent cc51bbf commit 92e5be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chakra-components/menu.tsx
Expand Up @@ -392,7 +392,6 @@ export const Option = <
textAlign: "start",
fontSize: size,
padding: paddings[size || "md"],
bg: "transparent",
...(isFocused && menuItemStyles._focus),
...(shouldHighlight && {
bg: selectedBg,
Expand Down

0 comments on commit 92e5be0

Please sign in to comment.