web: slightly improve add note button ui

This commit is contained in:
Abdullah Atta
2025-03-04 11:10:20 +05:00
committed by Ammar Ahmed
parent c6c6f62319
commit 1dcb0a363c

View File

@@ -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"
}}
>
<Plus size={18} color="accentForeground" />
<Plus size={16} color="accentForeground" />
</Button>
<Button
disabled={!canGoBack}