From 58af7536898c0c5d68c510196561cf5a3c8dd6c3 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 20 Oct 2024 03:35:48 +0530 Subject: [PATCH] feat:set padding to 7.5px --- src/components/molecules/BrowserRecordingSave.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/BrowserRecordingSave.tsx b/src/components/molecules/BrowserRecordingSave.tsx index e7957697..bd1d1b00 100644 --- a/src/components/molecules/BrowserRecordingSave.tsx +++ b/src/components/molecules/BrowserRecordingSave.tsx @@ -29,7 +29,7 @@ const BrowserRecordingSave = () => { position: 'fixed', background: '#ff00c3', border: 'none', - padding: '10px', + padding: '7.5px', width: '100%', bottom: 0, overflow: 'hidden',