addition of microphone

This commit is contained in:
talksik
2021-12-12 02:15:38 -08:00
parent be3e744b49
commit 38e41df164
9 changed files with 91 additions and 32 deletions
+3 -4
View File
@@ -14,14 +14,13 @@ struct HomeView: View {
ChatsCarouselView()
Text("This is the region for the bottom actions")
.padding(.vertical, 10)
FooterControlsView()
Spacer()
}
.frame(maxWidth:.infinity, maxHeight: .infinity)
.accentColor(NirvanaColors.teal)
.background(NirvanaColors.bgLightGrey)
.accentColor(NirvanaColor.teal)
.background(NirvanaColor.bgLightGrey)
}
}