Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: fix Label component style
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 20, 2019
1 parent 5deffc1 commit 9806ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/core/Label.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import createComponent from './createComponent'
const Label = createComponent(() => ({
name: 'label',
defaultComponent: 'label',
style: css`
style: () => css`
display: inline-block;
margin-bottom: 0.5rem;
`,
Expand Down

0 comments on commit 9806ae6

Please sign in to comment.