Skip to content

Commit

Permalink
fix: solved problem with htmlFor prop and generated html attribute in…
Browse files Browse the repository at this point in the history
… Label component.
soslayando committed Nov 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 28955d6 commit ef0fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/Label/Label.tsx
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ export const Label: React.FC<LabelProps> = ({
css={style}
$textAlign={textAlign}
$srOnly={srOnly}
$htmlFor={htmlFor}
htmlFor={htmlFor}
$cursor={cursor}
$size={size}
title={tooltip}

0 comments on commit ef0fdaa

Please sign in to comment.