Skip to content

Commit

Permalink
Update src/components/TextArea.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: AmirAgassi <[email protected]>
  • Loading branch information
aidantrabs and AmirAgassi authored Nov 20, 2024
1 parent 9e038f9 commit 4708ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const TextArea = forwardRef<HTMLTextAreaElement, TextAreaProps>(
<Field>
{label && (
<div className="flex justify-between items-center mb-1">
<Label className="block text-md font-bold">
<Label className="block text-md font-normal">
{label}
</Label>
{required && (
Expand Down

0 comments on commit 4708ff0

Please sign in to comment.