Skip to content

Commit 10d25f8

Browse files
committed
[fix] #193 플러스 아이콘 수정
1 parent c22b5a0 commit 10d25f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/DSKit/Sources/Foundation/PokitImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public enum PokitImage {
5050
case .trash:
5151
return DSKitAsset.iconTrash.swiftUIImage
5252
case .plusR:
53-
return DSKitAsset.iconPlus.swiftUIImage
53+
return DSKitAsset.iconPlusR.swiftUIImage
5454
case .remind:
5555
return DSKitAsset.iconRemind.swiftUIImage
5656
case .reminder:

0 commit comments

Comments
 (0)