Skip to content

Commit

Permalink
Add cursor styles to match old styles (from role="button")
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 26, 2023
1 parent 8ddad82 commit e434952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chakra-components/menu.tsx
Expand Up @@ -413,6 +413,7 @@ export const Option = <

const initialSx: SystemStyleObject = {
...menuItemStyles,
cursor: "pointer",
display: "flex",
alignItems: "center",
width: "100%",
Expand Down

0 comments on commit e434952

Please sign in to comment.