Javier
12/15/2021, 3:44 PMLouis Pullen-Freilich [G]
12/15/2021, 4:22 PMLocalContentAlpha
inside, or explicitly ignore it by doing color = LocalContentColor.current
(and ignoring the alpha that is usually applied to text / icons)Javier
12/15/2021, 4:30 PMmedium
instead of high
(which I want to use), even if I provide one, the inner one will be used no? because the implementation detail inside material is wrapping the surface with the content, and mine is wrapping that, but it is external 🤔Chris Sinco [G]
12/15/2021, 4:42 PMcontent()
TopAppBar
like for the actions slot.actions = {
Icon(
...,
tint = LocalContentColor.current.copy(alpha = ContentAlpha.high)
)
}