Merge pull request #972 from getmaxun/fix-nav

fix: match nav items theme
This commit is contained in:
Karishma Shukla
2026-02-15 02:21:50 +05:30
committed by GitHub

View File

@@ -235,8 +235,8 @@ export const NavBar: React.FC<NavBarProps> = ({
padding: '8px',
marginRight: '20px',
'&:hover': {
background: 'none',
color: 'inherit'
background: 'inherit',
color: '#0000008A'
}
}}>
<Typography variant="body1">Browse Auto Robots</Typography>