Made Add Product button scale correctly

This commit is contained in:
keannu125 2023-03-02 22:30:49 +08:00
parent 3bd532c02c
commit 160ac39b18

View file

@ -93,8 +93,8 @@ const styles: { [key: string]: React.CSSProperties } = {
backgroundColor: "#80b38b",
display: "flex",
flexDirection: "row",
width: "256px",
height: "48px",
width: "384px",
height: "64px",
border: "none",
padding: 8,
borderRadius: 16,