From 9182648e7374ce2cb3c0af905fd1421160466d96 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 00:13:20 +0530 Subject: [PATCH] feat: set margin top --- src/components/molecules/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }} />