I have a Text on my screen which have a size of 180sp. But it automatically has padding at the top and bottom. How to remove that padding?
BasicText(
text = temperature,
color = ColorProducer { Black },
style = MaterialTheme.typography.titleLarge
)