Fix typo on background color 2

This commit is contained in:
2024-07-29 18:40:55 -04:00
parent 829bb1d728
commit 3af19f79c0

View File

@ -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;