to null to have the widgets shown their color. But I guess that is not how it is supposed to work.
l
Luke
11/10/2021, 4:27 PM
Maybe using
contentColor = Color.Transparent
would help?
Luke
11/10/2021, 4:28 PM
Or
Color.Unspecified
s
Steffen Funke
11/10/2021, 4:32 PM
@Luke Interesting, thanks. Indeed that removes the tinting. The alpha however is still a bit off 😩 I am wondering if that has any implications, setting a transparent / unspecified color?
Steffen Funke
11/10/2021, 4:36 PM
Ok, resetting the Sheet
color
(which actually is its
backgroundColor
) fixes the alpha of the foreground now. Interesting. Thanks for pointing me in the direction @Luke !