Use color from design (same value)
This commit is contained in:
committed by
Benoit Marty
parent
8590ad74ac
commit
df437d2aba
+1
-1
@@ -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