Is there a way we can remove this default padding ...
# compose
d
Is there a way we can remove this default padding before the Text Cursor in Jetpack Compose
anyone 👀
âž• 1
c
Had the same question a few days ago but no answer. Hate to ping someone directly but @Louis Pullen-Freilich [G] do you happen to know?
l
I think this padding is part of the Material TextField component, if you use
BasicTextField
directly there shouldn't be any padding I would assume
c
@Louis Pullen-Freilich [G] thanks. Wasn't sure if there was some kind of inset or something we could tweak.