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
Michal Klimczak
05/29/2021, 8:04 PM
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