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?