Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit bfd48bc

Browse files
viktoraslBasThomas
authored andcommitted
Update 'request changes' icon (#2694)
1 parent f1882b8 commit bfd48bc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Classes/Issues/Review/IssueReviewDetailsCell.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ final class IssueReviewDetailsCell: IssueCommentBaseCell, ListBindable {
8383
action = NSLocalizedString("requested changes", comment: "")
8484
iconBackgroundColor = Styles.Colors.Red.medium.color
8585
iconTintColor = .white
86-
iconName = "x-small"
86+
iconName = "request-changes"
8787
case .approved:
8888
action = NSLocalizedString("approved", comment: "")
8989
iconBackgroundColor = Styles.Colors.Green.medium.color
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "request-changes.pdf"
6+
}
7+
],
8+
"info" : {
9+
"version" : 1,
10+
"author" : "xcode"
11+
}
12+
}
Binary file not shown.

0 commit comments

Comments
 (0)