Closed euotiniel closed 1 month ago
I found some things that could be improved, from the inputs section.
textarea
input
&
I found some things that could be improved, from the inputs section.
Description:
textarea
lacks padding, causing the text to be too close to the edges.input
andtextarea
fields is too light, making it hard to read in dark mode.textarea
does not have the same focus indicator as theinput
, creating visual inconsistency.&
Expected Behavior:
textarea
.textarea
has the same focus style as theinput
.