Use color from design (same value)
This commit is contained in:
parent
8590ad74ac
commit
df437d2aba
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ private fun AnalyticsOptInContentRow(
|
|||
.padding(2.dp),
|
||||
imageVector = Icons.Rounded.Check,
|
||||
contentDescription = null,
|
||||
tint = ElementTheme.colors.iconSuccessPrimary,
|
||||
tint = ElementTheme.colors.textActionAccent,
|
||||
)
|
||||
Text(
|
||||
modifier = Modifier.padding(start = 16.dp),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue