Skip to content

Commit

Permalink
fix Accessibility Issue I: Text Readability (gdg-berlin-android#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
sielukm authored Jul 5, 2024
1 parent 1f65cda commit 6c3a152
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.onSurface,
),
border = BorderStroke(1.dp, ZeWhite),
) {
Expand Down

0 comments on commit 6c3a152

Please sign in to comment.