widbtstates: improve colours depending on BT state

pull/3304/head
paul-arg 2024-06-10 10:10:13 +02:00 committed by GitHub
parent 8223946db1
commit c8fa6637f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -30,12 +30,12 @@
} }
} = { } = {
[State.Active]: { [State.Active]: {
false: "#fff", false: "#000",
true: "#fff", true: "#fff",
}, },
[State.Connected]: { [State.Connected]: {
false: "#0ff", false: "#00f",
true: "#00f", true: "#0ff",
}, },
}; };