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 b9a54ac commit 01841bbCopy full SHA for 01841bb
src/components/Fieldset/Fieldset.js
@@ -11,6 +11,7 @@ const StyledFieldset = styled.fieldset`
11
${({ theme, variant }) =>
12
variant === "flat" ? theme.flatDark : theme.borderLightest};
13
padding: ${padding.md};
14
+ margin-top: ${padding.sm};
15
font-size: ${fontSizes.md};
16
color: ${({ theme }) => theme.text};
17
${({ variant }) =>
0 commit comments