Update CircleFooterView.swift

This commit is contained in:
talksik
2021-12-22 01:53:43 -08:00
parent 2a6c5a2a45
commit 32b73226a3
@@ -44,13 +44,7 @@ struct CircleFooterView: View {
.foregroundColor(NirvanaColor.teal)
.padding()
.font(.title2)
}
Text("Your Turn")
.padding()
.background(Color.orange.opacity(0.5))
.clipShape(Capsule())
}
Spacer()
@@ -89,7 +83,7 @@ struct CircleFooterView: View {
.animation(Animation.spring(), value: self.selectedFriendIndex)
.offset(
x:0,
y:self.selectedFriendIndex == nil ? 0 : 0
y:self.selectedFriendIndex == nil ? 150 : 0
)
.onChange(of: self.selectedFriendIndex) {newValue in
// update meta data based on which friend was selected