zwave-js / zwave-js-ui

Full featured Z-Wave Control Panel UI and MQTT gateway. Built using Nodejs, and Vue/Vuetify
https://zwave-js.github.io/zwave-js-ui
MIT License
919 stars 196 forks source link

fix(ui): use vuetify's material design palette colors for protocol color #3692

Closed acshef closed 2 months ago

acshef commented 2 months ago

This PR is intended to update the colors of the protocol icons to those of the Material design palette offered by Vuetify. This matches the color palette of the other columns in the node table.

Considerations:

Before: image

After: image image

robertsLando commented 2 months ago

Thanks @acshef !

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 8850151443

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib/utils.js 0 4 0.0%
<!-- Total: 0 4 0.0% -->
Totals Coverage Status
Change from base Build 8847191079: -0.002%
Covered Lines: 3896
Relevant Lines: 19006

💛 - Coveralls