Fix typo on background color 2
This commit is contained in:
@ -116,7 +116,7 @@ decluttering_templates:
|
||||
{% if is_state(config.entity,'on') %}
|
||||
var(--accent-color)
|
||||
{% else %}
|
||||
var(--background-color)
|
||||
var(--background-color-2)
|
||||
{% endif %}
|
||||
!important;
|
||||
transition: background-color 1s !important;
|
||||
|
Reference in New Issue
Block a user