We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d825e commit 00a860fCopy full SHA for 00a860f
website/src/pages/docs/getting-started.mdx
@@ -66,8 +66,8 @@ const Button = styled.button`
66
border: 2px solid;
67
border-color: ${props => props.theme.colors.primary};
68
color: ${props => props.theme.colors.primary};
69
- margin: 0 ${props => theme.space[3]};
70
- padding: ${props => theme.space[1]} ${props => theme.space[3]};
+ margin: 0 ${props => props.theme.space[3]};
+ padding: ${props => props.theme.space[1]} ${props => props.theme.space[3]};
71
`
72
```
73
0 commit comments