feat: set margin top

This commit is contained in:
karishmas6
2024-10-19 00:13:20 +05:30
parent c1e123c35d
commit 9182648e73

View File

@@ -153,7 +153,7 @@ export const NavBar: React.FC<NavBarProps> = ({ newRecording, recordingName, isR
fullWidth
value={recordingUrl}
onChange={(e: any) => setRecordingUrl(e.target.value)}
style={{ marginBottom: '20px' }}
style={{ marginBottom: '20px', marginTop: '20px' }}
/>
<Button
variant="contained"