so does MaterialTheme point to your current app th...
# compose
t
so does MaterialTheme point to your current app theme or to some ready made default theme?
the name MaterialTheme is a bit confusing
l
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