diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index f1feb7c6..49a6b5a1 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -153,7 +153,7 @@ export const NavBar: React.FC = ({ newRecording, recordingName, isR fullWidth value={recordingUrl} onChange={(e: any) => setRecordingUrl(e.target.value)} - style={{ marginBottom: '20px' }} + style={{ marginBottom: '20px', marginTop: '20px' }} />