mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Added padding to main window
This commit is contained in:
parent
02515a8a48
commit
17ea11a29c
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default function Login() {
|
||||||
<Button
|
<Button
|
||||||
onClick={login}
|
onClick={login}
|
||||||
value="Login"
|
value="Login"
|
||||||
|
variant="contained"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: "#9e8500",
|
backgroundColor: "#9e8500",
|
||||||
width: 128,
|
width: 128,
|
||||||
|
|
|
@ -10,6 +10,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
||||||
flexDirection: "column",
|
flexDirection: "column",
|
||||||
flex: 1,
|
flex: 1,
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
paddingTop: 32,
|
||||||
},
|
},
|
||||||
text: {
|
text: {
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|
Loading…
Reference in a new issue