Skip to content

Commit

Permalink
Update app/components/textarea/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
itstolexy and github-actions[bot] authored Jul 20, 2024
1 parent dc3146d commit b784595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/textarea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const TextAreaField: React.FC<Props> = ({
disabled={disabled}
value={value}
onChange={handleChange}
className="w-full h-[80px] border border-[#DC2626] outline-0 bg-white px-2 placeholder:text-[#C2C2C2] placeholder:text-sm rounded-md text-wrap"
className="h-[80px] w-full text-wrap rounded-md border border-[#DC2626] bg-white px-2 outline-0 placeholder:text-sm placeholder:text-[#C2C2C2]"
/>
</div>
{error && <span className="text-xs text-[#DC2626]">* {error}</span>}
Expand Down

0 comments on commit b784595

Please sign in to comment.