Use the modifier parameter.
This commit is contained in:
parent
7ca5bcf74e
commit
197ac61670
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue