|
|
@@ -42,9 +42,16 @@ struct InsulinSensitivityStepView: View {
|
|
|
.frame(height: 180)
|
|
|
.padding(.horizontal)
|
|
|
}
|
|
|
- .padding(.vertical, 5)
|
|
|
+ .padding(.vertical)
|
|
|
.background(Color.chart.opacity(0.65))
|
|
|
- .cornerRadius(10)
|
|
|
+ .clipShape(
|
|
|
+ .rect(
|
|
|
+ topLeadingRadius: 10,
|
|
|
+ bottomLeadingRadius: 0,
|
|
|
+ bottomTrailingRadius: 0,
|
|
|
+ topTrailingRadius: 10
|
|
|
+ )
|
|
|
+ )
|
|
|
}
|
|
|
|
|
|
TherapySettingEditorView(
|