Updated login page

This commit is contained in:
Patrick Alvin Alcala 2025-10-01 12:39:12 +08:00
parent b08ac16aef
commit a79e22ffe7

View file

@ -76,7 +76,7 @@ export default () => {
<Padding top={2} left={0} right={0} bottom={0}>
<Row>
<Box curved thickness={2} padding={2} color="#2f465cd7" background="#04040654">
<Box curved thickness={2} padding="2rem" color="#2f465cd7" background="#04040654">
<Row>
<span class="box-title">Login</span>
</Row>
@ -132,7 +132,7 @@ export default () => {
<Padding top={1} bottom={1} left={4} right={4}>
<Column>
<Row>
<Box curved thickness={3} color="white" padding={1}>
<Box curved thickness={3} color="white" padding="1rem">
<h2>Login Successful</h2>
</Box>
</Row>
@ -150,7 +150,7 @@ export default () => {
<Padding top={1} bottom={1} left={4} right={4}>
<Column>
<Row>
<Box curved thickness={3} color="white" padding={1}>
<Box curved thickness={3} color="white" padding="1rem">
<h2>Login Failed</h2>
</Box>
</Row>