I'm facing a challenge in our Compose multiplatfor...
# multiplatform
s
I'm facing a challenge in our Compose multiplatform app regarding theme customization. Unlike native Android Jetpack Compose apps, it seems changing the theme colors isn't as straightforward. Has anyone successfully managed to change the theme colors in a Compose multiplatform setup? Any insights or suggestions would be greatly appreciated!
b
What trouble are you running into? Are you trying to do light/dark or a custom set of colors? Normal light/dark theming worked for me on compose 1.6 on Android/iOS. The headache I ran into was I wanted to change the status bar/navbar colors and that required a bit of platform specific work on the Android side.
y
i can help you with that