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