Hi <@U0KMMQA20>, I tried doing what you suggested ...
# compose
u
Hi @Zach Klippenstein (he/him) [MOD], I tried doing what you suggested but it seems the text still scales up and down with the font scale settings.
Copy code
CompositionLocalProvider(LocalDensity provides Density(
    density = LocalDensity.current.density,
    fontScale = 1f
)) {
    // my content here still scales
}
Do you now why this may be happening?