Use color from design (same value)
This commit is contained in:
committed by
Benoit Marty
parent
5b35bb4277
commit
52eb23ae11
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user