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 b6a3074 commit ebc2e09Copy full SHA for ebc2e09
1 file changed
src/components/Button.jsx
@@ -23,8 +23,8 @@ const Button = styled.button`
23
padding: ${({ theme }) => `${theme.sizes.base} ${theme.sizes.x2l}`};
24
25
${media.sm`
26
- font-size: ${({ theme }) => theme.fontSize.lg};
27
- padding: ${({ theme }) => `${theme.sizes.lg} ${theme.sizes.x2l}`};
+ font-size: ${({ theme }) => theme.fontSize.sm};
+ padding: ${({ theme }) => `${theme.sizes.sm} ${theme.sizes.xl}`};
28
`}
29
`
30
: css`
0 commit comments