fixing more sizing issues and making it clean

This commit is contained in:
talksik
2021-12-12 02:36:38 -08:00
parent 38e41df164
commit 4e52ab9625
3 changed files with 8 additions and 13 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ struct HomeView: View {
ChatsCarouselView()
FooterControlsView()
Spacer()
FooterControlsView()
}
.frame(maxWidth:.infinity, maxHeight: .infinity)
.accentColor(NirvanaColor.teal)