Skip to content

Commit

Permalink
Primary container as background color
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinov committed Feb 7, 2025
1 parent 5820084 commit 8275b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ private fun TextReferenceTable() {
modifier = Modifier
.fillMaxWidth()
.padding(vertical = 4.dp),
color = MaterialTheme.colorScheme.surfaceVariant
color = MaterialTheme.colorScheme.surface
) {
Column(modifier = Modifier.padding(8.dp)) {
Text(text = category, style = WooPosTypography.BodyXLargePrimary)
Expand Down

0 comments on commit 8275b6c

Please sign in to comment.