Skip to content

Commit

Permalink
fix text contrast issue on page preview (gdg-berlin-android#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
msieluk-CKPL committed Jul 5, 2024
1 parent dbb98c9 commit db9bedd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ internal fun PagePreview(
text = name,
modifier = Modifier
.align(Alignment.CenterVertically)
.padding(start = ZeDimen.One)
,
.padding(start = ZeDimen.One),

)
if (resetThisPage != null || customizeThisPage != null || sendToDevice != null) {
Expand Down

0 comments on commit db9bedd

Please sign in to comment.