UI changes
This commit is contained in:
@@ -46,7 +46,7 @@ struct PlanWorkoutView: View {
|
||||
.frame(height: 44)
|
||||
.foregroundColor(.white)
|
||||
.background(.red)
|
||||
.cornerRadius(8)
|
||||
.cornerRadius(Constants.buttonRadius)
|
||||
.padding()
|
||||
|
||||
Button(action: {
|
||||
@@ -60,7 +60,7 @@ struct PlanWorkoutView: View {
|
||||
.frame(height: 44)
|
||||
.foregroundColor(.blue)
|
||||
.background(.yellow)
|
||||
.cornerRadius(8)
|
||||
.cornerRadius(Constants.buttonRadius)
|
||||
.padding()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user