Updated register page

This commit is contained in:
Patrick Alvin Alcala 2025-10-01 12:39:28 +08:00
parent 6bcf0cd40b
commit 2ce291b550

View file

@ -161,7 +161,7 @@ export default () => {
<Padding top={2} left={0} right={0} bottom={0}> <Padding top={2} left={0} right={0} bottom={0}>
<Row> <Row>
<Box curved thickness={2} padding={2} color="#2f465cd7" background="#04040654"> <Box curved thickness={2} padding="2rem" color="#2f465cd7" background="#04040654">
<Row> <Row>
<span class="box-title">Registration</span> <span class="box-title">Registration</span>
</Row> </Row>
@ -301,7 +301,7 @@ export default () => {
<Padding top={1} bottom={1} left={4} right={4}> <Padding top={1} bottom={1} left={4} right={4}>
<Column> <Column>
<Row> <Row>
<Box curved thickness={3} color="black" padding={1}> <Box curved thickness={3} color="black" padding="1rem">
<h2>e-Sign Registration Completed</h2> <h2>e-Sign Registration Completed</h2>
</Box> </Box>
</Row> </Row>