Don't distinguish mqtt nodes with color

This commit is contained in:
Anton Roslund 2025-04-14 17:21:33 +02:00
parent a3c4667f34
commit 7ab62a9968

View file

@ -56,7 +56,7 @@
}
.icon-mqtt-connected {
background-color: #16a34a;
background-color: #2563eb; /* Change to use same color as disconnected // #16a34a; */
border-radius: 25px;
border: 1px solid white;
}