Sfoglia il codice sorgente

fix background of external insulin section

polscm32 2 anni fa
parent
commit
0abd499c0e

+ 1 - 1
FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

@@ -443,7 +443,7 @@ extension Bolus {
                                     Spacer()
                                     Toggle("", isOn: $state.externalInsulin).toggleStyle(Checkbox())
                                 }
-                            }
+                            }.listRowBackground(Color.chart)
                         }
                     }
                 }.safeAreaInset(edge: .bottom, spacing: 0) {