mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +08:00
Made Add Product button scale correctly
This commit is contained in:
parent
3bd532c02c
commit
160ac39b18
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue