Skip to content

Commit

Permalink
fix font size not working for helper text
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD committed Oct 16, 2023
1 parent 2d00892 commit 60b8b2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export const HelperText = (props: HelperTextProps) => {
return (
<div className={styles.root}>
<Text
variant='body'
size={size}
strength='default'
color={hasError ? 'error' : 'default'}
Expand Down

0 comments on commit 60b8b2a

Please sign in to comment.