emilkowalski / vaul

A drawer component for React.
https://vaul.emilkowal.ski
MIT License
6.46k stars 215 forks source link

improve textarea padding, focus style and text contrast in dark mode #468

Closed euotiniel closed 1 month ago

euotiniel commented 1 month ago

I found some things that could be improved, from the inputs section.

Description:

  1. Textarea Padding: The textarea lacks padding, causing the text to be too close to the edges.
  2. Text Contrast in Dark Mode: The text in both input and textarea fields is too light, making it hard to read in dark mode.
  3. Focus Style in Textarea: The textarea does not have the same focus indicator as the input, creating visual inconsistency.

Captura de Tela (346)

&

Captura de Tela (347)

Expected Behavior: