Skip to content

Commit

Permalink
Merge pull request #220 from tzii/main
Browse files Browse the repository at this point in the history
fix: hover styling missing
  • Loading branch information
csandman committed Nov 28, 2022
2 parents cc51bbf + 92e5be0 commit 6e32104
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 6e32104

Please sign in to comment.