minor improvements in layout

This commit is contained in:
talksik
2021-12-12 01:47:38 -08:00
parent 70783ae74c
commit be3e744b49
2 changed files with 17 additions and 11 deletions
@@ -14,6 +14,9 @@ struct HomeView: View {
ChatsCarouselView()
Text("This is the region for the bottom actions")
.padding(.vertical, 10)
Spacer()
}
.frame(maxWidth:.infinity, maxHeight: .infinity)