Skip to content

Commit 01ace3f

Browse files
committed
fix: menu items color
1 parent ef47caa commit 01ace3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-components/src/components/header/components/HeaderMenuItem/HeaderMenuItem.Hover.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const useMenuHoverStyles = makeStyles()((theme: Theme) => ({
66
'& li.MuiMenuItem-root:hover': {
77
backgroundColor: 'transparent',
88
},
9-
'& li > a': {
9+
'& ul > li > a': {
1010
fontFamily: 'lato',
1111
color: '#000',
1212
textDecoration: 'none',

0 commit comments

Comments
 (0)