Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Set login card border-radius to 32px
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 92ddde3 commit 1318e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Login.tsx
Expand Up @@ -3,7 +3,7 @@ import { Button, Card, Container, Heading, VStack } from "@chakra-ui/react";
export default function () {
return (
<Container pt="16vh">
<Card p="4vh">
<Card borderRadius="32px" p="4vh">
<VStack alignContent="center" gap="2vh">
<Heading>Log in to Car Crushers</Heading>
<br />
Expand Down

0 comments on commit 1318e46

Please sign in to comment.