Skip to content

Commit fb9180b

Browse files
committed
Add button margin
1 parent 4aa9c69 commit fb9180b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/signin.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ export default function SignIn() {
1818
<Text fontSize='2xl'>
1919
Sorry, you need to be signed in to view this page.
2020
</Text>
21-
<Button onClick={() => signIn('osm-teams')}>Sign in →</Button>
21+
<Button my={4} onClick={() => signIn('osm-teams')}>
22+
Sign in →
23+
</Button>
2224
<Text>Still having problems? Contact a system administrator.</Text>
2325
</Box>
2426
</Container>

0 commit comments

Comments
 (0)