Robert 1 سال پیش
والد
کامیت
835d53c805
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FreeAPS/Sources/Modules/OverrideConfig/View/AddTempTargetForm.swift

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

@@ -124,7 +124,7 @@ struct AddTempTargetForm: View {
                         Text("Target Glucose")
                         Spacer()
                         Text(formattedGlucose(glucose: state.tempTargetTarget))
-                            .foregroundColor(!displayPickerTarget ? .primary : .tabBar)
+                            .foregroundColor(!displayPickerTarget ? .primary : .accentColor)
                     }
                     .padding(.vertical, pad)
                     .onTapGesture {