From 7333db59a43043ff2cc47baf55b76c7ebe38f8f3 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 18 Dec 2023 20:36:58 +0800 Subject: [PATCH] Further reduce drawer button width --- src/Components/DrawerButton/DrawerButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/DrawerButton/DrawerButton.tsx b/src/Components/DrawerButton/DrawerButton.tsx index 7595629..6baa126 100644 --- a/src/Components/DrawerButton/DrawerButton.tsx +++ b/src/Components/DrawerButton/DrawerButton.tsx @@ -21,8 +21,8 @@ export default function DrawerButton(props: props) { onMouseLeave={() => setClicked(false)} style={{ borderRadius: 24, - minWidth: "160px", - maxWidth: "160px", + minWidth: "132px", + maxWidth: "132px", borderColor: colors.button_border, borderStyle: "solid", borderWidth: "2px",