File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/panels/config/integrations/integration-panels/zha Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments