mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +00:00
Use correct color for shopping list card section header (#8223)
This commit is contained in:
parent
a6b77c0457
commit
7710cb245c
@ -398,7 +398,8 @@ class HuiShoppingListCard extends SubscribeMixin(LitElement)
|
||||
}
|
||||
|
||||
.checked span {
|
||||
color: var(--primary-color);
|
||||
color: var(--primary-text-color);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.divider {
|
||||
|
Loading…
x
Reference in New Issue
Block a user