Skip to content

Commit

Permalink
[1.230.*] Pre-release merge (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Aug 11, 2024
2 parents f009068 + 64c6c02 commit 8c7f378
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ private fun MarkPostsAsReadButton(
.padding(vertical = 4.dp)
.padding(start = 8.dp, end = 12.dp),
horizontalArrangement = Arrangement.spacedBy(8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
CompositionLocalProvider(LocalContentColor provides contentColor) {
Text(
Expand Down Expand Up @@ -288,6 +289,7 @@ private fun PostsFilterButton(
.padding(vertical = 4.dp)
.padding(start = 8.dp, end = 12.dp),
horizontalArrangement = Arrangement.spacedBy(8.dp),
verticalAlignment = Alignment.CenterVertically,
) {
val postsTypeLabel = getPostTypeLabel(postsType)

Expand Down

0 comments on commit 8c7f378

Please sign in to comment.