Skip to content

Commit

Permalink
[1.108.*] Pre-release merge (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Mar 28, 2024
2 parents e37adaf + 13a84a2 commit b0e4659
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ private fun DefaultFeaturedPostItem(
Text(
modifier = Modifier.padding(horizontal = 16.dp),
text = item.title.ifBlank { item.description },
style = MaterialTheme.typography.headlineSmall,
style = MaterialTheme.typography.titleLarge,
color = AppTheme.colorScheme.textEmphasisHigh,
minLines = 3,
maxLines = 3,
Expand Down Expand Up @@ -216,7 +216,7 @@ private fun LargeScreenFeaturedPostItem(
Text(
modifier = Modifier.padding(top = 16.dp),
text = item.title,
style = MaterialTheme.typography.headlineSmall,
style = MaterialTheme.typography.titleLarge,
color = AppTheme.colorScheme.textEmphasisHigh,
minLines = 3,
maxLines = 3,
Expand Down

0 comments on commit b0e4659

Please sign in to comment.