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",