Skip to content

Commit

Permalink
Enable material you dynamic coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
jherkenhoff committed Sep 27, 2024
1 parent 8c40937 commit b4e9799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import kotlinx.coroutines.launch

@Composable
fun QalculateApp() {
QalculateTheme(dynamicColor = false) {
QalculateTheme(dynamicColor = true) {
val navController = rememberNavController()
val navigationActions = remember(navController) {
QalculateNavigationActions(navController)
Expand Down

0 comments on commit b4e9799

Please sign in to comment.