Change status color in tab to match with success (#1247)
This commit is contained in:
parent
19677438c2
commit
f8e2ce6ff3
|
|
@ -123,7 +123,7 @@ div.Workspace {
|
|||
color: black;
|
||||
}
|
||||
.success {
|
||||
background-color: green;
|
||||
background-color: #4AC15F;
|
||||
}
|
||||
.failed {
|
||||
background-color: red;
|
||||
|
|
|
|||
Loading…
Reference in New Issue