Explorar o código

secondary text color

dsnallfot %!s(int64=2) %!d(string=hai) anos
pai
achega
3136081072

+ 2 - 2
FreeAPS/Sources/Modules/AddTempTarget/View/AddTempTargetRootView.swift

@@ -199,13 +199,13 @@ extension AddTempTarget {
                         Text("New Target")
                         Spacer()
                         DecimalTextField("0", value: $state.low, formatter: formatter, cleanInput: true)
-                        Text(state.units.rawValue)
+                        Text(state.units.rawValue).foregroundColor(.secondary)
                     }
                     HStack {
                         Text("New Duration")
                         Spacer()
                         DecimalTextField("0", value: $state.duration, formatter: formatter, cleanInput: true)
-                        Text("min")
+                        Text("min").foregroundColor(.secondary)
                     }
                 }
                 Section {