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}"
}
) {
Box(
modifier = Modifier.fillMaxWidth(),
contentAlignment = Alignment.Center,
) {
Box(modifier = Modifier.fillMaxWidth()) {
AsyncImage(
modifier = Modifier
.size(48.dp)

Loading…
Cancel
Save