chore: lint

This commit is contained in:
amhsirak
2024-12-09 00:39:21 +05:30
parent 30a425d4c1
commit e5c045f0d5

View File

@@ -102,13 +102,13 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
{!isRecording ? (
<>
<Button variant="outlined" onClick={handleUpdateOpen} sx={{
marginRight: '30px',
color: "#00000099",
<Button variant="outlined" onClick={handleUpdateOpen} sx={{
marginRight: '30px',
color: "#00000099",
border: "#00000099 1px solid",
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid'}
}}>
<Update sx={{ marginRight: '5px'}} /> Upgrade Maxun
'&:hover': { color: '#ff00c3', border: '#ff00c3 1px solid' }
}}>
<Update sx={{ marginRight: '5px' }} /> Upgrade Maxun
</Button>
<Modal open={open} onClose={handleUpdateClose}>
<Box