Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
feat(Form): Export Form Label
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Aug 1, 2018
1 parent cc54bd8 commit 8fff113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Label = createComponent({
display: block;
transition: 250ms;
font-weight: 500;
margin: 0 0 2px 4px;
margin: 0 0 4px 4px;
z-index: 10;
font-size: ${p => p.theme.fontSizes[p.size]}px;
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export Checkbox from './Form/Checkbox';
export CheckboxGroup from './Form/CheckboxGroup';
export Dropdown from './Dropdown';
export Field from './Form/Field';
export Label from './Form/Label';
export Flex from './Flex';
export Formbot from './Form/Formbot';
export FormError from './Form/FormError';
Expand Down

0 comments on commit 8fff113

Please sign in to comment.