feat: discard red color
This commit is contained in:
@@ -114,7 +114,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
width: '140px',
|
width: '140px',
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
padding: '8px',
|
padding: '8px',
|
||||||
background: '#ff00c3',
|
background: 'red',
|
||||||
color: 'white',
|
color: 'white',
|
||||||
marginRight: '10px',
|
marginRight: '10px',
|
||||||
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
fontFamily: '"Roboto","Helvetica","Arial",sans-serif',
|
||||||
@@ -122,7 +122,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
|
|||||||
fontSize: '0.875rem',
|
fontSize: '0.875rem',
|
||||||
lineHeight: '1.75',
|
lineHeight: '1.75',
|
||||||
letterSpacing: '0.02857em',
|
letterSpacing: '0.02857em',
|
||||||
'&:hover': { color: 'white', backgroundColor: '#ff00c3' }
|
'&:hover': { color: 'white', backgroundColor: 'red' }
|
||||||
}} onClick={goToMainMenu}>
|
}} onClick={goToMainMenu}>
|
||||||
<Clear sx={{ marginRight: '5px' }} />
|
<Clear sx={{ marginRight: '5px' }} />
|
||||||
Discard</IconButton>
|
Discard</IconButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user