Use correct color for shopping list card section header (#8223)

This commit is contained in:
Philip Allgaier 2021-01-25 11:35:04 +01:00 committed by GitHub
parent a6b77c0457
commit 7710cb245c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,7 +398,8 @@ class HuiShoppingListCard extends SubscribeMixin(LitElement)
} }
.checked span { .checked span {
color: var(--primary-color); color: var(--primary-text-color);
font-weight: 500;
} }
.divider { .divider {