fix big circle background colour when sbot status is failed

This commit is contained in:
glyph 2022-03-18 11:33:10 +02:00
parent 729580729c
commit 3c49c067dd
1 changed files with 2 additions and 2 deletions

View File

@ -26,14 +26,14 @@ fn render_status_elements<'a>() -> (&'a str, &'a str, &'a str) {
)
} else {
(
"circle circle-large circle-danger",
"circle circle-large circle-error",
"x_x",
"circle circle-small border-circle-small border-danger",
)
}
} else {
(
"circle circle-large circle-danger",
"circle circle-large circle-error",
"x_x",
"circle circle-small border-circle-small border-danger",
)