|
|
@@ -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
|