Hey guys, Is there a parameter to vertically align...
# compose-desktop
s
Hey guys, Is there a parameter to vertically align input text in TextField? In Widgets Gallery example, such text is higher than expected, as seen here:
c
Hm. This might be a bug? I have used the material text input fields on android and they are definitely centered. Do you have any code to show by chance? You're not setting any type of style to this?
j
Yeah, that looks wrong. Please file a bug, including information about what version of Compose and operating system you are using.
v
On Windows 10 with compose 3.0 it is centered
s
Hi, had the same issue. 
singleLine = true
 on the TextField fixed the vertical alignment.
s
Thanks for your answers, I will file a bug
🙏 2