Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Commit

Permalink
style: change IssueClosedIcon from gitRed to gitPurple (#1326)
Browse files Browse the repository at this point in the history
Resolves #1321 
Co-authored-by: alex <alex@pop-os.localdomain>
  • Loading branch information
AlexJanow committed Dec 2, 2021
1 parent f0149db commit bace7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommitType.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function CommitType({status, isDraft, mergeable, merged}) {
);
}
return (
<IssueClosedIcon verticalAlign="middle" className="gitRed" />
<IssueClosedIcon verticalAlign="middle" className="gitPurple" />
);
}
case "MERGED":
Expand Down

0 comments on commit bace7cc

Please sign in to comment.