`TextStyle` values are expected in Float but I can...
# compose
k
TextStyle
values are expected in Float but I can see that the ui.core has an
Int.sp
extension for font sizes. an example:
Copy code
Text(text = "Hello World!", style= TextStyle(fontSize = 96f))
Is there something I missing here or this will change in the future?