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

Commit 9806ae6

Browse files
committed
fix: fix Label component style
1 parent 5deffc1 commit 9806ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/core/Label.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import createComponent from './createComponent'
66
const Label = createComponent(() => ({
77
name: 'label',
88
defaultComponent: 'label',
9-
style: css`
9+
style: () => css`
1010
display: inline-block;
1111
margin-bottom: 0.5rem;
1212
`,

0 commit comments

Comments
 (0)