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 <Button
onClick={login} onClick={login}
value="Login" value="Login"
variant="contained"
style={{ style={{
backgroundColor: "#9e8500", backgroundColor: "#9e8500",
width: 128, width: 128,

View file

@ -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,