From 60f79a1afdbe8eee3c9b38968b71252f2ed5e396 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 5 Nov 2024 23:05:23 +0530 Subject: [PATCH 1/2] 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', }} > From 0c632af5bf4c5b7ee835227475e2b9c5ead7da0d Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 5 Nov 2024 23:05:50 +0530 Subject: [PATCH 2/2] chore: lint --- src/components/molecules/NavBar.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/molecules/NavBar.tsx b/src/components/molecules/NavBar.tsx index dccc788a..88d4091a 100644 --- a/src/components/molecules/NavBar.tsx +++ b/src/components/molecules/NavBar.tsx @@ -65,21 +65,21 @@ export const NavBar: React.FC = ({ recordingName, isRecording }) => {!isRecording ? ( <> - + - +