Просмотр исходного кода

fix background of external insulin section

polscm32 2 лет назад
Родитель
Сommit
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()
                                     Spacer()
                                     Toggle("", isOn: $state.externalInsulin).toggleStyle(Checkbox())
                                     Toggle("", isOn: $state.externalInsulin).toggleStyle(Checkbox())
                                 }
                                 }
-                            }
+                            }.listRowBackground(Color.chart)
                         }
                         }
                     }
                     }
                 }.safeAreaInset(edge: .bottom, spacing: 0) {
                 }.safeAreaInset(edge: .bottom, spacing: 0) {