Is there any way to reduce/remove the default vert...
# compose
r
Is there any way to reduce/remove the default vertical padding of a Textfield? Because sometimes it really needs to be small. I know I can use BasicTextField and customize it as per requirements. But then I have to handle placeholder, leadingIcon everything manually. So I am just asking if there is any solution just to reduce/remove the default vertical padding.
oh, I found the same post and issues as well in the issue tracker from several developers. So far I guess the only solution is BasicTextField.
c
You can also just copy TextField and then remove the padding yourself, but please link the issue here so I can star (if I haven't already)