has anyone had issues theming in desktop compose? ...
# compose-desktop
a
has anyone had issues theming in desktop compose? I'm using material 3, and a theme generated from the official generator , putting the
AppTheme {
composable around the top level of my UI doesn't affect the colors in
MaterialTheme.colors
at all
d
It worked fine for me, make sure you are not using
material.MaterialTheme
instead of
material3.MaterialTheme
And make sure you use the components from material3 like
material3.Text
a
I'll bet you anything the package issue is my problem lol, will have to check after work