Use the modifier parameter.

This commit is contained in:
Benoit Marty
2023-07-18 02:18:07 +02:00
committed by Benoit Marty
parent d3f1d122ed
commit efccf36acd

View File

@@ -135,7 +135,7 @@ private fun AnalyticsOptInHeader(
@Composable
private fun CheckIcon(modifier: Modifier = Modifier) {
Icon(
modifier = Modifier
modifier = modifier
.size(20.dp)
.background(color = MaterialTheme.colorScheme.background, shape = CircleShape)
.padding(2.dp),