Added padding to main window

This commit is contained in:
Keannu Bernasol 2023-02-14 21:46:28 +08:00
parent 02515a8a48
commit 17ea11a29c
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ export default function Login() {
<Button
onClick={login}
value="Login"
variant="contained"
style={{
backgroundColor: "#9e8500",
width: 128,

View file

@ -10,6 +10,7 @@ const styles: { [key: string]: React.CSSProperties } = {
flexDirection: "column",
flex: 1,
alignItems: "center",
paddingTop: 32,
},
text: {
fontSize: 16,