Skip to content

Commit

Permalink
fix(graph): match text color with icon color on ZWave Graph legend (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaEye authored Sep 25, 2023
1 parent 08e6a7e commit f546160
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/custom/ZwaveGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,22 +400,22 @@ export default {
},
{
color: '#00BCD4',
textColor: '#006064',
textColor: '#00BCD4',
text: '1 hop',
},
{
color: '#2DCC70',
textColor: '#1D8548',
textColor: '#2DCC70',
text: '2 hops',
},
{
color: '#F1C40F',
textColor: '#D25400',
textColor: '#F1C40F',
text: '3 hops',
},
{
color: '#E77E23',
textColor: '#D25400',
textColor: '#E77E23',
text: '4 hops',
},
{
Expand Down

0 comments on commit f546160

Please sign in to comment.