From 1dcb0a363c879129429f72eff0366df82abcdc9c Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 4 Mar 2025 11:10:20 +0500 Subject: [PATCH] web: slightly improve add note button ui --- apps/web/src/components/editor/action-bar.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/editor/action-bar.tsx b/apps/web/src/components/editor/action-bar.tsx index 19171f87f..08d924c54 100644 --- a/apps/web/src/components/editor/action-bar.tsx +++ b/apps/web/src/components/editor/action-bar.tsx @@ -273,14 +273,12 @@ const TabStrip = React.memo(function TabStrip() { {...CREATE_BUTTON_MAP.notes} data-test-id={`create-new-note`} sx={{ - p: 0, + p: 1, borderRadius: "100%", - mr: "small", - height: 28, - width: 28 + mr: "small" }} > - +