Skip to content

Commit

Permalink
Compose: restore app bar text and icon colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Jan 17, 2024
1 parent 9acaa95 commit d0a1c1f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ class AboutActivity : ComponentActivity() {
)
}
},
// Colored text and icons
colors = TopAppBarDefaults.topAppBarColors(
actionIconContentColor = MaterialTheme.colorScheme.primary,
navigationIconContentColor = MaterialTheme.colorScheme.primary,
titleContentColor = MaterialTheme.colorScheme.primary
),
scrollBehavior = scrollBehavior
)
}
Expand Down

0 comments on commit d0a1c1f

Please sign in to comment.