Fix modifier usage
This commit is contained in:
parent
2e34c8e8eb
commit
5699dcf39e
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ fun Avatar(
|
||||||
Icon(
|
Icon(
|
||||||
imageVector = Icons.Outlined.AddAPhoto,
|
imageVector = Icons.Outlined.AddAPhoto,
|
||||||
contentDescription = "",
|
contentDescription = "",
|
||||||
modifier = modifier
|
modifier = Modifier
|
||||||
.align(Alignment.Center)
|
.align(Alignment.Center)
|
||||||
.size(40.dp),
|
.size(40.dp),
|
||||||
tint = MaterialTheme.colorScheme.secondary,
|
tint = MaterialTheme.colorScheme.secondary,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue