mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Made buttons width rem
This commit is contained in:
parent
01c7c288c4
commit
2a12356820
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
|||
},
|
||||
login_button: {
|
||||
backgroundColor: "#9e8500",
|
||||
width: "120%",
|
||||
width: "8rem",
|
||||
height: 32,
|
||||
border: "none",
|
||||
padding: 8,
|
||||
|
@ -87,7 +87,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
|||
backgroundColor: "#80b38b",
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
width: "384px",
|
||||
width: "14rem",
|
||||
height: "64px",
|
||||
border: "none",
|
||||
padding: 8,
|
||||
|
|
Loading…
Reference in a new issue