Skip to content

Commit

Permalink
Change cross icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Aug 6, 2024
1 parent e8750e7 commit 8a39437
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 ProductInfoDialog(
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 8a39437

Please sign in to comment.