feat: remove border & colors

This commit is contained in:
karishmas6
2024-10-28 19:09:37 +05:30
parent 71a6a6f1fd
commit cece779180

View File

@@ -64,11 +64,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<IconButton onClick={handleMenuOpen} sx={{
display: 'flex',
alignItems: 'center',
border: '1px solid #ff00c3',
borderRadius: '5px',
padding: '8px',
background: 'white',
color: '#ff00c3',
marginRight: '10px',
'&:hover': { backgroundColor: 'white', color: '#ff00c3' }
}}>