🎨Theme

This app uses the Material 3 theme

to change the app colors and make sure that the colors comply with Material 3 theme, go to this website: https://m3.material.io/theme-builder#/custom

after you play around with the colors. Click export and then export as Jetpack compose file

After you download the file, open the Colors.kt file and copy the content and psate it inside the app (ui/theme/Colors.kt)

Last updated