fix: alignment of nav items
This commit is contained in:
@@ -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' }
|
||||
|
||||
Reference in New Issue
Block a user