Skip to content

Commit

Permalink
fix(orb-ui) #59 policies state colors
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoguilherme2003 committed Jul 25, 2023
1 parent 1c3bf84 commit d330a07
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, &none {
&stale {
color: #f2994a;
}
&error, &failure {
color: #df316f;
}
&offline {
&offline, &none {
color: #969fb9;
}
}
Expand Down

0 comments on commit d330a07

Please sign in to comment.