Hi! I'm trying to make a prefix for the OutlinedTe...
# compose
i
Hi! I'm trying to make a prefix for the OutlinedTextField via leadingIcon. The problem is that the size of leadingIcon is set to IconDefaultSizeModifier, which is 48x48dp and you can't change it. So I'm getting a ~16dp gap between my prefix and input text. Is there a way to fix it? I can align my prefix to the right side, so there won't be a gap, but I'll get a huge ~32dp left margin
1