79671395

Date: 2025-06-18 23:32:13
Score: 1
Natty:
Report link

You need to set a TextStyle and specify the font size that the cursor will assume a similar size.

BasicTextField(
    ...
    textStyle = TextStyle(
        color = Color.Black,
        fontSize = 10.sp, // Cursor should be the similar size.
        textAlign = textAlign,
    ),
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Junior Oliveira