Skip to content

Commit

Permalink
Add Article to Jetnews
Browse files Browse the repository at this point in the history
Add Article to Jetnews and slight adjustment to colors applied to AppBar
  • Loading branch information
pedrosax committed Jul 8, 2024
1 parent c844e53 commit 5acb504
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,16 +679,15 @@ private fun HomeTopAppBar(
painter = painterResource(R.drawable.ic_jetnews_wordmark),
contentDescription = title,
contentScale = ContentScale.Inside,
colorFilter = ColorFilter.tint(MaterialTheme.colorScheme.onBackground),
colorFilter = ColorFilter.tint(MaterialTheme.colorScheme.primary),
modifier = Modifier.fillMaxWidth()
)
},
navigationIcon = {
IconButton(onClick = openDrawer) {
Icon(
painter = painterResource(R.drawable.ic_jetnews_logo),
contentDescription = stringResource(R.string.cd_open_navigation_drawer),
tint = MaterialTheme.colorScheme.primary
contentDescription = stringResource(R.string.cd_open_navigation_drawer)
)
}
},
Expand Down

0 comments on commit 5acb504

Please sign in to comment.