Skip to content
Prev Previous commit
Next Next commit
[Jetnews] Bring back a forgotten ContentAlpha.medium
  • Loading branch information
yrezgui committed Nov 11, 2020
commit 95c442a059f37945e21d9f18601378ee2951a819
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ fun PostCardHistory(post: Post, navigateTo: (Screen) -> Unit) {
modifier = Modifier.padding(end = 16.dp)
)
Column(Modifier.weight(1f)) {
Text(
text = "BASED ON YOUR HISTORY",
style = MaterialTheme.typography.overline
)
Providers(AmbientContentAlpha provides ContentAlpha.medium) {
Text(
text = "BASED ON YOUR HISTORY",
style = MaterialTheme.typography.overline
)
}
PostTitle(post = post)
AuthorAndReadTime(
post = post,
Expand Down