|
@@ -115,7 +115,7 @@ struct BolusInputView: View {
|
|
|
.foregroundColor(.loopRed)
|
|
.foregroundColor(.loopRed)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- Button("Log Bolus") {
|
|
|
|
|
|
|
+ Button("Enact Bolus") {
|
|
|
state.bolusAmount = min(bolusAmount, effectiveBolusLimit)
|
|
state.bolusAmount = min(bolusAmount, effectiveBolusLimit)
|
|
|
navigationPath.append(NavigationDestinations.bolusConfirm)
|
|
navigationPath.append(NavigationDestinations.bolusConfirm)
|
|
|
}
|
|
}
|