passforios/passKit/Helpers/Colors.swift

22 lines
534 B
Swift
Raw Permalink Normal View History

//
// Colors.swift
// passKit
//
// Created by Danny Moesch on 01.10.19.
// Copyright © 2019 Bob Sun. All rights reserved.
//
public enum Colors {
2023-03-10 20:34:30 -08:00
public static let label: UIColor = .label
2023-03-10 20:34:30 -08:00
public static let secondaryLabel: UIColor = .secondaryLabel
2023-03-10 20:34:30 -08:00
public static let systemBackground: UIColor = .systemBackground
2023-03-10 20:34:30 -08:00
public static let secondarySystemBackground: UIColor = .secondarySystemBackground
2023-03-10 20:34:30 -08:00
public static let systemRed: UIColor = .systemRed
2023-03-10 20:34:30 -08:00
public static let systemBlue: UIColor = .systemBlue
}