fix: invert shopping list icons to black in light mode

White PNG icons were invisible on light backgrounds. Added semantic
--shopping-icon-filter variable (invert(1) in light, none in dark)
applied to card and picker icons.
This commit is contained in:
2026-04-08 16:30:00 +02:00
parent ba5e08971d
commit 71a43475fa
3 changed files with 10 additions and 1 deletions
@@ -811,6 +811,7 @@
max-width: 100%;
max-height: 100%;
object-fit: contain;
filter: var(--shopping-icon-filter, none);
}
.item-card.checked .card-icon {
filter: grayscale(0.6);
@@ -1016,6 +1017,7 @@
width: 100%;
height: 100%;
object-fit: contain;
filter: var(--shopping-icon-filter, none);
}
.edit-actions {