is there any way to reduce textfiled inline paddin...
# compose
n
is there any way to reduce textfiled inline padding for leading or trailing icon
c
I believe TextField is designed to spec based on Material Design. To fully customize the TextField, one should drop down a layer and use BasicTextField, which is what TextField uses under the hood.