OnCue/Shared/Constants.swift
breadone 7abd5e3ba4
implemented search for projects
failed to make a colour filter
2024-06-24 11:57:05 +12:00

14 lines
300 B
Swift

//
// Constants.swift
// OnCue
//
// Created by Pradyun Setti on 22/06/2024.
//
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"]
}