Updated add project screen to use the theme colour if none selected

This commit is contained in:
breadone
2024-06-24 14:16:48 +12:00
parent 71806c9ca4
commit a4302ef65d
3 changed files with 37 additions and 20 deletions

View File

@@ -9,5 +9,4 @@ 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"]
}