fix: format

This commit is contained in:
karishmas6
2024-09-10 02:49:30 +05:30
parent 8bc023a595
commit dce520b0e5

View File

@@ -66,7 +66,8 @@ export const NavBar = ({newRecording, recordingName, isRecording}:NavBarProps) =
fontSize: '0.875rem', fontSize: '0.875rem',
lineHeight: '1.75', lineHeight: '1.75',
letterSpacing: '0.02857em', letterSpacing: '0.02857em',
'&:hover': { color: 'red', backgroundColor: 'white' }} '&:hover': { color: 'red', backgroundColor: 'white' }
}
} }
> >
<Circle sx={{ marginRight: '5px' }} /> {isRecording ? 'NEW' : 'RECORD'} <Circle sx={{ marginRight: '5px' }} /> {isRecording ? 'NEW' : 'RECORD'}