浏览代码

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 {