mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-16 22:29:24 +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
|
||||
onClick={login}
|
||||
value="Login"
|
||||
variant="contained"
|
||||
style={{
|
||||
backgroundColor: "#9e8500",
|
||||
width: 128,
|
||||
|
|
|
@ -10,6 +10,7 @@ const styles: { [key: string]: React.CSSProperties } = {
|
|||
flexDirection: "column",
|
||||
flex: 1,
|
||||
alignItems: "center",
|
||||
paddingTop: 32,
|
||||
},
|
||||
text: {
|
||||
fontSize: 16,
|
||||
|
|
Loading…
Reference in a new issue