Merge pull request #423 from getmaxun/nav-gap

fix: alignment of nav items
This commit is contained in:
Karishma Shukla
2025-01-31 15:34:23 +05:30
committed by GitHub

View File

@@ -221,7 +221,7 @@ export const NavBar: React.FC<NavBarProps> = ({
{!isRecording ? ( {!isRecording ? (
<> <>
<Button variant="outlined" onClick={handleUpdateOpen} sx={{ <Button variant="outlined" onClick={handleUpdateOpen} sx={{
marginRight: '40px', marginRight: '25px',
color: "#00000099", color: "#00000099",
border: "#00000099 1px solid", border: "#00000099 1px solid",
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' } '&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }