feat: margin right to 30px
This commit is contained in:
@@ -103,7 +103,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
||||
<div style={{ display: 'flex', alignItems: 'center', justifyContent: 'flex-end' }}>
|
||||
{!isRecording ? (
|
||||
<>
|
||||
<Button variant="contained" onClick={handleUpdateOpen}>
|
||||
<Button variant="contained" onClick={handleUpdateOpen} sx={{marginRight: '30px'}}>
|
||||
Check for Updates
|
||||
</Button>
|
||||
<Modal open={open} onClose={handleUpdateClose}>
|
||||
|
||||
Reference in New Issue
Block a user