fix: alignment of nav items

This commit is contained in:
amhsirak
2025-01-30 21:51:31 +05:30
parent bcb880fa49
commit 40fadedd95

View File

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