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