Skip to content

Commit 00a860f

Browse files
authored
docs: update getting-started.mdx (#95)
1 parent a7d825e commit 00a860f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ const Button = styled.button`
6666
border: 2px solid;
6767
border-color: ${props => props.theme.colors.primary};
6868
color: ${props => props.theme.colors.primary};
69-
margin: 0 ${props => theme.space[3]};
70-
padding: ${props => theme.space[1]} ${props => theme.space[3]};
69+
margin: 0 ${props => props.theme.space[3]};
70+
padding: ${props => props.theme.space[1]} ${props => props.theme.space[3]};
7171
`
7272
```
7373

0 commit comments

Comments
 (0)