Skip to content

Commit 1b8cd01

Browse files
authoredNov 25, 2024··
Merge pull request #124 from DSM-PICK/feature/refactoring
chore :: 정리
2 parents 9e7bed6 + ee1c1dd commit 1b8cd01

File tree

2 files changed

+0
-119
lines changed

2 files changed

+0
-119
lines changed
 

‎Projects/Modules/DesignSystem/Sources/Extension/Color/UIColor+.swift

-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ import UIKit
33
public extension UIColor {
44
// MARK: background
55
static let background = DesignSystemAsset.Color.background.color
6-
76
// MARK: error
87
static let error = DesignSystemAsset.Color.error.color
9-
108
// MARK: gray
119
static let gray50 = DesignSystemAsset.Color.gray50.color
1210
static let gray100 = DesignSystemAsset.Color.gray100.color

‎Projects/Presentation/Sources/Scene/Test/TestViewController.swift

-117
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.