Skip to content

Commit

Permalink
Add button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
LanesGood committed Jun 8, 2023
1 parent 4aa9c69 commit fb9180b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/signin.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default function SignIn() {
<Text fontSize='2xl'>
Sorry, you need to be signed in to view this page.
</Text>
<Button onClick={() => signIn('osm-teams')}>Sign in →</Button>
<Button my={4} onClick={() => signIn('osm-teams')}>
Sign in →
</Button>
<Text>Still having problems? Contact a system administrator.</Text>
</Box>
</Container>
Expand Down

0 comments on commit fb9180b

Please sign in to comment.