From 3966dbc7904305fbfcdfc62dca9315ae135d0184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Tue, 8 Oct 2024 21:39:41 +0200 Subject: [PATCH] FIX: Correct font-size in navigation bar --- webapp/src/components/navigation/menus.tsx | 2 +- webapp/src/components/navigation/sheet.tsx | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/webapp/src/components/navigation/menus.tsx b/webapp/src/components/navigation/menus.tsx index 4f83523..c1600ac 100644 --- a/webapp/src/components/navigation/menus.tsx +++ b/webapp/src/components/navigation/menus.tsx @@ -115,7 +115,7 @@ const ItemColor = styled("div")` `; const ItemName = styled("div")` - font-size: 13px; + font-size: 12px; color: #333; `; diff --git a/webapp/src/components/navigation/sheet.tsx b/webapp/src/components/navigation/sheet.tsx index 5abca39..b7940e7 100644 --- a/webapp/src/components/navigation/sheet.tsx +++ b/webapp/src/components/navigation/sheet.tsx @@ -73,23 +73,23 @@ function Sheet(props: SheetProps) { horizontal: 6, }} > - { handleOpenRenameDialog(); handleClose(); }} > Rename - - + { setColorPickerOpen(true); handleClose(); }} > Change Color - - + { props.onDeleted(); handleClose(); @@ -97,7 +97,7 @@ function Sheet(props: SheetProps) { > {" "} Delete - +