Remove unnecessary contentAlignment

pull/19/head
Simon Marquis 3 years ago
parent d271899d65
commit 0070c31650

@ -104,10 +104,7 @@ fun AuthorItem(
stateDescription = "$followDescription ${author.name}" stateDescription = "$followDescription ${author.name}"
} }
) { ) {
Box( Box(modifier = Modifier.fillMaxWidth()) {
modifier = Modifier.fillMaxWidth(),
contentAlignment = Alignment.Center,
) {
AsyncImage( AsyncImage(
modifier = Modifier modifier = Modifier
.size(48.dp) .size(48.dp)

Loading…
Cancel
Save