Skip to content

Commit

Permalink
Added missing style to textarea.
Browse files Browse the repository at this point in the history
  • Loading branch information
malikpiara committed Jul 23, 2024
1 parent 0eca5b6 commit ec6701e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/news/news-client.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ export function CardWithFormToShare({ onAddPost, name, email, supabase, user })
<div className="flex w-full flex-col gap-4">
<Label htmlFor="name" className='text-base'>Mais Detalhes</Label>
<Textarea
className='hover:border-black transition-all'
placeholder="Escreve a tua mensagem aqui."
value={longMessage}
onChange={(e) => setLongMessage(e.target.value)}
Expand Down

0 comments on commit ec6701e

Please sign in to comment.