Jon Mårtensson hace 4 años
padre
commit
cf730fb137
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      FreeAPS/Sources/Views/TagCloudView.swift

+ 1 - 2
FreeAPS/Sources/Views/TagCloudView.swift

@@ -51,7 +51,6 @@ struct TagCloudView: View {
 
     private func item(for textTag: String) -> some View {
         var colorOfTag: Color {
-            
             switch textTag {
             case textTag where textTag.contains("Not Floating"):
                 return .loopYellow
@@ -64,7 +63,7 @@ struct TagCloudView: View {
             case textTag where textTag.contains("Parabolic Fit"):
                 return .loopRed
             case textTag where textTag.contains("TDD:"),
-                 textTag where textTag.contains("formula."),
+                 textTag where textTag.contains("Formula:"),
                  textTag where textTag.contains("AF:"),
                  textTag where textTag.contains("Dynamic "):
                 return .zt