vds_ios/VDS/Extensions/VDSColor.swift
Matt Bruce 2fca1a9a7f added tileContainer and extension for VDSColor
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-12-16 15:30:28 -06:00

16 lines
324 B
Swift

//
// VDSColor.swift
// VDS
//
// Created by Matt Bruce on 12/16/22.
//
import Foundation
import VDSColorTokens
import UIKit
extension VDSColor {
public static let elementsLowContrastOnLight = UIColor.init(hexString: "#D8DADA")
public static let elementsLowContrastOnDark = UIColor.init(hexString: "#333333")
}