changing contact view to not have the wave background in the back...it's a sheet, keep it simple
This commit is contained in:
@@ -20,9 +20,6 @@ struct FindFriendsView: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
NavigationView {
|
NavigationView {
|
||||||
ZStack {
|
|
||||||
WavesGlassBackgroundView()
|
|
||||||
|
|
||||||
VStack {
|
VStack {
|
||||||
Text("You must have someone in your phone contacts to add them. 🥬")
|
Text("You must have someone in your phone contacts to add them. 🥬")
|
||||||
.font(.subheadline)
|
.font(.subheadline)
|
||||||
@@ -37,7 +34,6 @@ struct FindFriendsView: View {
|
|||||||
}
|
}
|
||||||
.searchable(text: self.$searchQuery)
|
.searchable(text: self.$searchQuery)
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.navigationTitle("Find Friends")
|
.navigationTitle("Find Friends")
|
||||||
.navigationBarItems(trailing: Button(action: {
|
.navigationBarItems(trailing: Button(action: {
|
||||||
dismiss()
|
dismiss()
|
||||||
|
|||||||
Reference in New Issue
Block a user