소스 검색

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()
                             }
-                        }
+                        }.listRowBackground(Color.chart)
 
                         if state.displayPresets {
                             Section {
@@ -434,7 +434,7 @@ extension Bolus {
                                     exceededMaxBolus = false
                                 }
                             }
-                        }
+                        }.listRowBackground(Color.chart)
 
                         if state.amount > 0 {
                             Section {