(cherry picked from commit 91d4fc79e70985e608287493b28336b97b44a49d)
@@ -72,7 +72,7 @@ extension Bolus {
autofocus: true,
cleanInput: true
)
- Text("U").foregroundColor(.secondary)
+ Text(!(state.amount > state.maxBolus) ? "U" : "😵").foregroundColor(.secondary)
}
header: { Text("Bolus") }