|
@@ -35,7 +35,7 @@ extension Bolus {
|
|
|
).foregroundColor(.secondary)
|
|
).foregroundColor(.secondary)
|
|
|
}.contentShape(Rectangle())
|
|
}.contentShape(Rectangle())
|
|
|
.onTapGesture {
|
|
.onTapGesture {
|
|
|
- state.amount = state.insulinRecommended
|
|
|
|
|
|
|
+ state.amount = state.insulinRequired
|
|
|
}
|
|
}
|
|
|
HStack {
|
|
HStack {
|
|
|
Text("Insulin recommended")
|
|
Text("Insulin recommended")
|