good spot with footer stuff

This commit is contained in:
talksik
2021-12-30 04:46:36 -08:00
parent 5e60dd6005
commit 57c9b2dd46
6 changed files with 53 additions and 29 deletions
@@ -84,7 +84,7 @@ struct CircleGridView: View {
ZStack {
Color.clear
ProfilePictureOverlap()
ProfilePicturesOverlappedView()
.shadow(color: Color.black.opacity(0.2), radius: 10, x: 0, y: 20)
}