Skip to content

Commit

Permalink
fix(orb-ui): Sink state circle colors (#2736)
Browse files Browse the repository at this point in the history
* fix(orb-ui): Sink state circle colors

* fix background
  • Loading branch information
joao-mendonca-encora authored Oct 9, 2023
1 parent 86360e3 commit ba2fe17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ui/src/app/@theme/styles/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,18 @@
&stale, &idle {
background-color: #f2994a;
}
&error, &failure {
&error, &failure, &provioning_error {
background-color: #df316f;
}
&offline, &none {
background-color: #969fb9;
}
&warning {
background-color: #f2c94c;
}
&provisioning {
background-color: #3089fc;
}
}
.required {
color: #df316f;
Expand Down

0 comments on commit ba2fe17

Please sign in to comment.