implemented search for projects

failed to make a colour filter
This commit is contained in:
breadone
2024-06-24 11:57:05 +12:00
parent 937344a1e9
commit 7abd5e3ba4
2 changed files with 55 additions and 33 deletions

View File

@@ -9,4 +9,5 @@ import SwiftUI
public struct Constants {
static let colors: [Color] = [.red, .orange, .yellow, .green, .blue, .indigo]
static let colorText = ["None", "Red", "Orange", "Yellow", "Green", "Blue", "Indigo"]
}