Robert 1 год назад
Родитель
Сommit
0afeb20ce6

+ 2 - 2
FreeAPS/Sources/Modules/OverrideConfig/View/AddTempTargetForm.swift

@@ -272,7 +272,7 @@ struct AddTempTargetForm: View {
                             ).buttonStyle(BorderlessButtonStyle())
                         }.padding(.top)
                     }.padding(.bottom)
-                }.listRowBackground(Color.chart)
+                }.listRowBackground(Color.tabBar)
             } else if state.tempTargetTarget < 100 {
                 Section {
                     VStack(alignment: .leading) {
@@ -310,7 +310,7 @@ struct AddTempTargetForm: View {
                             ).buttonStyle(BorderlessButtonStyle())
                         }.padding(.top)
                     }.padding(.bottom)
-                }.listRowBackground(Color.chart)
+                }.listRowBackground(Color.tabBar)
             }
 
             if state.didAdjustSens && state.tempTargetTarget != 100 {