Skip to content

Commit

Permalink
[Fix] Icon 이름 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Dec 23, 2021
1 parent 23d6ef9 commit 22459a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CDSKit/Source/Foundation/CDSIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public enum CDSIcon {
public static var btnRemove: UIImage { .load(name: "btnRemove") }
public static var btnSeeAll: UIImage { .load(name: "btnSeeAll") }
public static var btnCheckboxActive: UIImage { .load(name: "btnCheckboxActive") }
public static var btnCheckboxInactive: UIImage { .load(name: "btnCcheckboxInactive") }
public static var btnCheckboxInactive: UIImage { .load(name: "btnCheckboxInactive") }
public static var btnCheckboxAgreeActive: UIImage { .load(name: "btnCheckboxAgreeActive") }
public static var btnCheckboxAgreeInactive: UIImage { .load(name: "btnCheckboxAgreeInactive") }
public static var btnDirectionLeft: UIImage { .load(name: "btnDirectionLeft") }
Expand Down

0 comments on commit 22459a9

Please sign in to comment.