Further reduce drawer button width

This commit is contained in:
Keannu Bernasol 2023-12-18 20:36:58 +08:00
parent ad83423fc2
commit 7333db59a4

View file

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