Commit 1b2d41e6 authored by Shanelle Valencia's avatar Shanelle Valencia

🚧 Add some styling on user account

parent ea447497
......@@ -15,13 +15,13 @@ const AccountPage = () => {
spacing={4}
align="stretch"
>
<Box h="40px" bg="yellow.200">
<Box h="40px" >
Email: {manager.email}
</Box>
<Box h="40px" bg="tomato">
<Box h="40px" >
First Name: {manager.firstName}
</Box>
<Box h="40px" bg="pink.100">
<Box h="40px" >
Last Name: {manager.lastName}
</Box>
</VStack>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment