dazza5000
12/22/2023, 5:34 PMTimeInput
component doesn't show the entire character when the system font size is increased. Has anyone else experienced this issue? What are your thoughts/solutions?dazza5000
12/22/2023, 5:34 PMsetContent {
TimeInput(
state = TimePickerState(7,7, true),
)
}
dazza5000
12/22/2023, 5:35 PM_LocalDensity_.current.fontScale
= 2.0dazza5000
12/22/2023, 9:34 PMdazza5000
12/22/2023, 9:57 PM