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 51384ee commit ff67d2e
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 @@ -26,7 +26,7 @@ export const TextAreaField: React.FC<Props> = ({
{label}
</label>
<div className="flex flex-col gap-1">
<div className="w-full bg-white text-base text-black outline-0 rounded-md">
<div className="w-full rounded-md bg-white text-base text-black outline-0">
<textarea
id={name}
placeholder={placeholder}
Expand Down

0 comments on commit ff67d2e

Please sign in to comment.