Last changes before rethinking cardsview
This commit is contained in:
12
Shared/Constants.swift
Normal file
12
Shared/Constants.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// 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]
|
||||
}
|
||||
Reference in New Issue
Block a user