Skip to content

Commit

Permalink
Merge pull request #9 from its-kunal/develop
Browse files Browse the repository at this point in the history
auth screen change
  • Loading branch information
its-kunal authored Feb 12, 2025
2 parents 0998136 + dcebf72 commit f0797e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/screens/auth/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ function Auth() {
<Typography variant="h3" textAlign={"center"} mt={2}>
Welcome to Chatterbox
</Typography>
<Box sx={{ height: 1 }}></Box>
<Container
sx={{
display: "flex",
justifyContent: "center",
alignItems: "center",
flexDirection: "column",
rowGap: 2,
my: 2,
my: 1,
maxHeight: 600
}}
>
<HeroSvg />
Expand Down

0 comments on commit f0797e4

Please sign in to comment.