Skip to content

Commit be31950

Browse files
authored
Update color scheme in ZHA network visualization (#28032)
1 parent 9b1fe28 commit be31950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/panels/config/integrations/integration-panels/zha/zha-network-visualization-page.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export class ZHANetworkVisualizationPage extends LitElement {
295295
color:
296296
route.route_status === "Active"
297297
? primaryColor
298-
: style.getPropertyValue("--disabled-color"),
298+
: style.getPropertyValue("--dark-primary-color"),
299299
type: ["Child", "Parent"].includes(neighbor.relationship)
300300
? "solid"
301301
: "dotted",
@@ -335,7 +335,7 @@ export class ZHANetworkVisualizationPage extends LitElement {
335335
symbolSize: 5,
336336
lineStyle: {
337337
width: 1,
338-
color: style.getPropertyValue("--disabled-color"),
338+
color: style.getPropertyValue("--dark-primary-color"),
339339
type: "dotted",
340340
},
341341
ignoreForceLayout: true,

0 commit comments

Comments
 (0)