https://kotlinlang.org logo
#compose
Title
# compose
t

Thierry

02/06/2020, 7:50 PM
so does MaterialTheme point to your current app theme or to some ready made default theme?
the name MaterialTheme is a bit confusing
l

Louis Pullen-Freilich [G]

02/06/2020, 7:53 PM
It uses the baseline Material theme by default: https://material.io/design/color/the-color-system.html#color-theme-creation You can create your own
colorPalette
and provide it to the
MaterialTheme
composable to set up the colors for your application