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