Fix sensors
Signed-off-by: Vasiliy Doylov <nekodevelopper@gmail.com>
This commit is contained in:
parent
1f10ed2f88
commit
fd94ea9c97
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@
|
|||
}
|
||||
|
||||
.bubble-bar>overlay>.line:checked {
|
||||
color: green;
|
||||
background-color: black;
|
||||
color: var(--destructive-color);
|
||||
}
|
||||
|
||||
.bubble-bar>overlay>.line {
|
||||
color: red;
|
||||
color: var(--success-color);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue