adding overlay to user icon but still need to view for other users

This commit is contained in:
talksik
2021-12-28 15:55:13 -08:00
parent fa0024eafa
commit df801a4433
3 changed files with 30 additions and 6 deletions
@@ -92,11 +92,10 @@ struct InnerCircleView: View {
}
// header
VStack(alignment: .leading) {
ZStack(alignment: .topLeading) {
Color.clear
CircleNavigationView(alertActive: self.$alertActive, alertText: self.$alertText, alertSubtext: self.$alertSubtext).environmentObject(innerCircleVM)
Spacer()
}
CircleFooterView(selectedFriendIndex: self.$selectedFriendIndex).environmentObject(innerCircleVM)