adding icon and changing some sizing

This commit is contained in:
talksik
2021-12-16 23:33:37 -08:00
parent 779e0796f6
commit 5ac44b0b6a
@@ -72,6 +72,7 @@ struct InnerCircleView: View {
// header
ZStack(alignment: .top) {
//TODO: find a better solution than hacking it like this
Color.clear
header
@@ -93,6 +94,14 @@ struct InnerCircleView: View {
// }
// .stroke(Color.black)
// .edgesIgnoringSafeArea(.all)
ZStack(alignment: .bottom) {
//TODO: find a better solution than hacking it like this
Color.clear
FooterControlsView()
}
}
.onAppear() {
self.animateWaves = true
@@ -179,7 +188,7 @@ struct InnerCircleView: View {
let xdelta = abs(midX - self.center.x)
let ydelta = abs(midY - self.center.y)
let innerCircleXAcceptance = Self.size * 0.75
let innerCircleXAcceptance = Self.size
let innerCircleYAcceptance = Self.size * 0.75
let outerRingXAcceptance = self.universalSize.width * 0.4
let outerRingYAcceptance = self.universalSize.height * 0.3
@@ -228,8 +237,6 @@ struct InnerCircleView: View {
.frame(width: 20.0, height: 32.132)
.padding(.leading, 20)
Spacer()
Text("nirvana")
.font(Font.custom("Satisfy-Regular", size: 28))
.foregroundColor(NirvanaColor.teal)
@@ -237,6 +244,10 @@ struct InnerCircleView: View {
Spacer()
Image(systemName: "message.and.waveform")
.foregroundColor(Color.red.opacity(1))
.font(.title2)
Menu {
Button("Log out") {
print("log out button clicked")