Skip to content

Commit 133554a

Browse files
feat: Use className prop for TextInput
1 parent 1c0c204 commit 133554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/TextInput/TextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const TextInput = forwardRef(
5151
const textLabel = defaultTo(label, placeholder)
5252

5353
return (
54-
<div>
54+
<div className={className}>
5555
<label
5656
htmlFor={id}
5757
className={cn('mb-2 block font-semibold', {

0 commit comments

Comments
 (0)