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