Skip to content

Commit

Permalink
Merge pull request #6 from TicketSwap/add-margin-to-input-label
Browse files Browse the repository at this point in the history
Add bottom margin to Input label
  • Loading branch information
glenngijsberts authored Jan 10, 2019
2 parents 00c68e4 + 7e6129c commit 352c2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/index.js
Original file line number Diff line number Diff line change
@@ -117,6 +117,7 @@ const Label = styled.label`
const LabelText = styled.span`
display: inline-block;
color: ${color.spaceMedium};
margin-bottom: ${space[8]};
`

export const Adornment = styled.span`

0 comments on commit 352c2f4

Please sign in to comment.