Skip to content

Commit

Permalink
fix(ui): use transparent background on zwave graph groups (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 7, 2021
1 parent 79cf699 commit d4b6445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/ZwaveGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ svg > .output {
.cluster > rect {
stroke: lightgray;
fill: #f8f8f8;
fill: transparent;
stroke-width: 1px;
stroke-linecap: round;
}
Expand Down

0 comments on commit d4b6445

Please sign in to comment.