Skip to content

Commit b11ddd8

Browse files
adelowolafriks
authored andcommitted
fix status code label for a successful webhook (#4540)
1 parent e277b3e commit b11ddd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_repository.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@
16141614
.list {
16151615
> .item {
16161616
.green {
1617-
color: #21BA45 !important;
1617+
color: #21BA45;
16181618
}
16191619
&:not(:first-child) {
16201620
border-top: 1px solid #eaeaea;

0 commit comments

Comments
 (0)