mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +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",
|
backgroundColor: "#80b38b",
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
width: "256px",
|
width: "384px",
|
||||||
height: "48px",
|
height: "64px",
|
||||||
border: "none",
|
border: "none",
|
||||||
padding: 8,
|
padding: 8,
|
||||||
borderRadius: 16,
|
borderRadius: 16,
|
||||||
|
|
Loading…
Reference in a new issue