瀏覽代碼

fix background of external insulin section

polscm32 2 年之前
父節點
當前提交
0abd499c0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

+ 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) {