Skip to content

Commit 01841bb

Browse files
committed
added top margin to Fieldset
1 parent b9a54ac commit 01841bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Fieldset/Fieldset.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const StyledFieldset = styled.fieldset`
1111
${({ theme, variant }) =>
1212
variant === "flat" ? theme.flatDark : theme.borderLightest};
1313
padding: ${padding.md};
14+
margin-top: ${padding.sm};
1415
font-size: ${fontSizes.md};
1516
color: ${({ theme }) => theme.text};
1617
${({ variant }) =>

0 commit comments

Comments
 (0)