Skip to content

Commit

Permalink
[@mantine/core] Menu: Change hovered item background-color to make it…
Browse files Browse the repository at this point in the history
… consistent with other components (#3109)
  • Loading branch information
oSethoum committed Dec 10, 2022
1 parent 91604c6 commit 3cf1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-core/src/Menu/MenuItem/MenuItem.styles.ts
Expand Up @@ -39,7 +39,7 @@ export default createStyles((theme, { color, radius }: MenuItemStylesParams) =>
? theme.fn.variant({ variant: 'light', color }).background
: theme.colorScheme === 'dark'
? theme.fn.rgba(theme.colors.dark[3], 0.35)
: theme.colors.gray[0],
: theme.colors.gray[1],
},
},

Expand Down

0 comments on commit 3cf1e4d

Please sign in to comment.