My activity is just made up of MyComposablePage bu...
# compose
c
My activity is just made up of MyComposablePage but it still has the default Material colors (purple) even though in the Manifest I set the app theme to my typical app theme where the primary color is green. I would have thought that that should work, but it doesn't? Should I file a bug or is that working as expected and I need to pass the theme into my composable page?
t
Can I see ur repo/code? It'd be great if you can share a github link.