feat: remove border & colors
This commit is contained in:
@@ -64,11 +64,8 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
<IconButton onClick={handleMenuOpen} sx={{
|
<IconButton onClick={handleMenuOpen} sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
border: '1px solid #ff00c3',
|
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
padding: '8px',
|
padding: '8px',
|
||||||
background: 'white',
|
|
||||||
color: '#ff00c3',
|
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
'&:hover': { backgroundColor: 'white', color: '#ff00c3' }
|
'&:hover': { backgroundColor: 'white', color: '#ff00c3' }
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user