WIP
This commit is contained in:
@@ -49,8 +49,8 @@ struct ExternalWorkoutDetailView: View {
|
||||
} else {
|
||||
Image("icon")
|
||||
.resizable()
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.scaledToFill()
|
||||
.ignoresSafeArea()
|
||||
}
|
||||
}
|
||||
.onChange(of: bridgeModule.currentExercise, perform: { newValue in
|
||||
|
||||
@@ -47,12 +47,15 @@ struct LoginView: View {
|
||||
.frame(maxWidth: .infinity)
|
||||
|
||||
Spacer()
|
||||
Image("launch_icon")
|
||||
Spacer()
|
||||
|
||||
}
|
||||
.padding()
|
||||
.background(Color(UIColor(red: 157/255, green: 138/255, blue: 255/255, alpha: 1)))
|
||||
|
||||
.background(
|
||||
Image("icon")
|
||||
.resizable()
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
.scaledToFill()
|
||||
)
|
||||
}
|
||||
|
||||
func login() {
|
||||
|
||||
Reference in New Issue
Block a user