From edf44af9f70999a677fe88c45e77c70240e209bb Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 2 Aug 2022 11:07:17 -0500 Subject: [PATCH] deleted color Signed-off-by: Matt Bruce --- VDS/Extensions/UIColor.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/VDS/Extensions/UIColor.swift b/VDS/Extensions/UIColor.swift index 63c0cc57..0da704d6 100644 --- a/VDS/Extensions/UIColor.swift +++ b/VDS/Extensions/UIColor.swift @@ -9,11 +9,6 @@ import Foundation import UIKit import VDSColorTokens -extension VDSColor { - public static let elementsDisabledOnlight: UIColor = .init(hexString: "#D8DADA") - public static let elementsDisabledOnDark: UIColor = .init(hexString: "#333333") -} - extension UIColor { //-------------------------------------------------- // MARK: - Functions