How to modify padding inside TextField ?! The defa...
# compose
a
How to modify padding inside TextField ?! The default text padding is very tiny I want to modify it without give more height to the whole TextField Is any one have an idea how to do it ?!
m
I had a similar problem, the default TextField had too much "empty" padding and too little space for actual text. Eventually used BasicTextField but it has other caveats