I just notice that the text style between TextView...
# compose
t
I just notice that the text style between TextView and Compose Text are different, for example,
MaterialTheme.typography.body1
uses different font size and letter spacing than the
android.R.style.TextAppearance_Material_Body1
. Is this on purpose?