Skip to content

Commit

Permalink
Fix HASS-E color not being applied
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 authored Oct 20, 2024
1 parent dd98a30 commit 2d97228
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mixins/colorMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export default {
"HASS-A",
"HASS-H",
"HASS-S",
"HASS-E",
"CI-H",
"CI-HW",
],
Expand Down Expand Up @@ -111,7 +112,7 @@ export default {
"course-MS": "#b0b0b0",
"course-NS": "#b0b0b0",
"generic-GIR": "#bf6139",
"generic-HASS": "#39bf97",
"generic-HASS-E": "#39bf97",
"generic-HASS-A": "#3997bf",
"generic-HASS-H": "#3946bf",
"generic-HASS-S": "#7c39bf",
Expand Down

0 comments on commit 2d97228

Please sign in to comment.