Skip to content

Commit

Permalink
fix Accessibility Issue I: Text Readability (#254) (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis993546 authored Jul 5, 2024
2 parents 1f65cda + 6c3a152 commit c1c70cc
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 c1c70cc

Please sign in to comment.