Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase border-radius of login button
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent aae0f2b commit 92ddde3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/Login.tsx
Expand Up @@ -7,7 +7,12 @@ export default function () {
<VStack alignContent="center" gap="2vh">
<Heading>Log in to Car Crushers</Heading>
<br />
<Button as="a" colorScheme="blue" href="/api/auth/oauth">
<Button
as="a"
borderRadius="24px"
colorScheme="blue"
href="/api/auth/oauth"
>
Log in with Discord
</Button>
</VStack>
Expand Down

0 comments on commit 92ddde3

Please sign in to comment.