fabio.carballo
10/09/2020, 11:36 AMTypography
? in the previous theming system we relied in color selectors
. I guess there is nothing equivalent in Compose.nickbutcher
10/09/2020, 1:50 PMval emphasis = AmbientEmphasisLevels.current
ProvideEmphasis(if (enabled) emphasis.high else emphasis.disabled) {
Text(…)
}
nglauber
10/09/2020, 3:51 PMval emphasis = EmphasisAmbient.current
nickbutcher
10/09/2020, 3:54 PMfabio.carballo
10/14/2020, 2:34 PM