فهرست منبع

add missing colours for sections back

polscm32 2 سال پیش
والد
کامیت
1cf0225bfb
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      FreeAPS/Sources/Modules/Bolus/View/AlternativeBolusCalcRootView.swift

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

@@ -348,7 +348,7 @@ extension Bolus {
 
 
                                 Spacer()
                                 Spacer()
                             }
                             }
-                        }
+                        }.listRowBackground(Color.chart)
 
 
                         if state.displayPresets {
                         if state.displayPresets {
                             Section {
                             Section {
@@ -434,7 +434,7 @@ extension Bolus {
                                     exceededMaxBolus = false
                                     exceededMaxBolus = false
                                 }
                                 }
                             }
                             }
-                        }
+                        }.listRowBackground(Color.chart)
 
 
                         if state.amount > 0 {
                         if state.amount > 0 {
                             Section {
                             Section {