Skip to content

Commit e434952

Browse files
committed
Add cursor styles to match old styles (from role="button")
1 parent 8ddad82 commit e434952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chakra-components/menu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ export const Option = <
413413

414414
const initialSx: SystemStyleObject = {
415415
...menuItemStyles,
416+
cursor: "pointer",
416417
display: "flex",
417418
alignItems: "center",
418419
width: "100%",

0 commit comments

Comments
 (0)