From 60f79a1afdbe8eee3c9b38968b71252f2ed5e396 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 5 Nov 2024 23:05:23 +0530 Subject: [PATCH] feat: set margin right to 30px --- 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 69fba352..dccc788a 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -74,7 +74,7 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => alignItems: 'center', borderRadius: '5px', padding: '8px', - marginRight: '10px', + marginRight: '30px', }} >