Skip to content

Commit

Permalink
Merge pull request #12226 from woocommerce/issue/12221-product-info-d…
Browse files Browse the repository at this point in the history
…ialog-fix-cross-icon-color

[WOO POS]M2: Change close icon colour in Product info dialog
  • Loading branch information
backwardstruck authored Aug 8, 2024
2 parents a39e271 + 461468a commit 886e0cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun WooPosProductInfoDialog(
Icon(
modifier = Modifier.size(35.dp),
imageVector = Icons.Default.Close,
tint = MaterialTheme.colors.secondaryVariant.copy(alpha = 0.30f),
tint = MaterialTheme.colors.onSurface,
contentDescription = stringResource(
id = R.string.woopos_banner_simple_products_close_content_description
),
Expand Down

0 comments on commit 886e0cd

Please sign in to comment.