Merge pull request #972 from getmaxun/fix-nav
fix: match nav items theme
This commit is contained in:
@@ -235,8 +235,8 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
padding: '8px',
|
padding: '8px',
|
||||||
marginRight: '20px',
|
marginRight: '20px',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
background: 'none',
|
background: 'inherit',
|
||||||
color: 'inherit'
|
color: '#0000008A'
|
||||||
}
|
}
|
||||||
}}>
|
}}>
|
||||||
<Typography variant="body1">Browse Auto Robots</Typography>
|
<Typography variant="body1">Browse Auto Robots</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user