We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e7bed6 + ee1c1dd commit 1b8cd01Copy full SHA for 1b8cd01
Projects/Modules/DesignSystem/Sources/Extension/Color/UIColor+.swift
@@ -3,10 +3,8 @@ import UIKit
3
public extension UIColor {
4
// MARK: background
5
static let background = DesignSystemAsset.Color.background.color
6
-
7
// MARK: error
8
static let error = DesignSystemAsset.Color.error.color
9
10
// MARK: gray
11
static let gray50 = DesignSystemAsset.Color.gray50.color
12
static let gray100 = DesignSystemAsset.Color.gray100.color
Projects/Presentation/Sources/Scene/Test/TestViewController.swift
0 commit comments