Skip to content

Commit

Permalink
[Chore] Icon 및 New Color 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Nov 9, 2021
1 parent c12430b commit dfd59fc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CDSKit/Source/Foundation/CDSBaseColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ public enum CDSBaseColor {
public static var gray50: UIColor {
return UIColor(hex: "#5C5C5C")
}

public static var gray30: UIColor {
return UIColor(hex: "#313131")
}

// MARK: - Background Colors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
"images" : [
{
"filename" : "btnProfileEdit.png",
"idiom" : "universal",
"scale" : "1x"
"scale" : "1x",
"idiom" : "universal"
},
{
"filename" : "btnProfileEdit@2x.png",
"scale" : "2x",
"idiom" : "universal",
"scale" : "2x"
"filename" : "btnProfileEdit@2x.png"
},
{
"filename" : "btnProfileEdit@3x.png",
"idiom" : "universal",
"filename" : "btnProfileEdit@3x.png",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
"version" : 1,
"author" : "xcode"
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions CDSKit/Source/Foundation/CDSSemanticColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ public enum CDSColor {
return CDSBaseColor.gray50
}

public static var secondarySeparator: UIColor {
return CDSBaseColor.gray30
}


// MARK: - InputField

Expand Down

0 comments on commit dfd59fc

Please sign in to comment.