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)} onMouseLeave={() => setClicked(false)}
style={{ style={{
borderRadius: 24, borderRadius: 24,
minWidth: "160px", minWidth: "132px",
maxWidth: "160px", maxWidth: "132px",
borderColor: colors.button_border, borderColor: colors.button_border,
borderStyle: "solid", borderStyle: "solid",
borderWidth: "2px", borderWidth: "2px",