Skip to content

Commit

Permalink
Revert "fix(orb-ui): #59 policy states colors"
Browse files Browse the repository at this point in the history
This reverts commit 9471a0a.
  • Loading branch information
joaoguilherme2003 committed Jul 25, 2023
1 parent 9471a0a commit 1c3bf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/pages/fleet/agents/list/agent.list.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,13 +168,13 @@ tr div p {
&online, &healthy {
color: #6fcf97;
}
&stale {
&stale, &none {
color: #f2994a;
}
&error, &failure {
color: #df316f;
}
&offline, &none{
&offline {
color: #969fb9;
}
}
Expand Down

0 comments on commit 1c3bf84

Please sign in to comment.