Skip to content

Commit

Permalink
fix(FieldSet): Fixing typo in font size (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: Ole Martin Handeland <[email protected]>
  • Loading branch information
olemartinorg and Ole Martin Handeland authored May 10, 2023
1 parent c186242 commit 287c8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/FieldSet/FieldSet.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--description-margin_top: var(--component-field_description-space-top-small);
--error_message-margin_top: var(--component-fieldset-space-gap-y-small);
--help_text-gap: var(--component-field_description-space-top-small);
--font_size: var(--component-checkbox-font_size-xs);
--font_size: var(--component-checkbox-font_size-sm);
}

.xsmall {
Expand Down

0 comments on commit 287c8a4

Please sign in to comment.