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 7a7cd4f commit dd9f411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal fun PagePreview(
.padding(ZeDimen.Quarter),
colors = CardDefaults.cardColors(
containerColor = MaterialTheme.colorScheme.surface,
contentColor = ZeWhite,
contentColor = MaterialTheme.colorScheme.primary,
),
border = BorderStroke(1.dp, ZeWhite),
) {
Expand Down

0 comments on commit dd9f411

Please sign in to comment.