mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: slightly improve add note button ui
This commit is contained in:
committed by
Ammar Ahmed
parent
c6c6f62319
commit
1dcb0a363c
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user