Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Update FeedCard.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Keddnyo committed Nov 22, 2022
1 parent 9d932da commit 8ac1841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/io/github/keddnyo/midoze/ui/FeedCard.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ fun FeedCard(
)
}
Column(
modifier = Modifier
.fillMaxWidth(),
horizontalAlignment = Alignment.CenterHorizontally
) {
Text(
Expand Down

0 comments on commit 8ac1841

Please sign in to comment.