Set VSF list-card form segment background to light-grey token

This commit is contained in:
2026-05-27 16:46:33 +02:00
parent 17169081e3
commit f81081eed1
+3
View File
@@ -2,3 +2,6 @@
/* Patterns: VSF List Card */ /* Patterns: VSF List Card */
/* ========================================================= */ /* ========================================================= */
#layout-vsf-list-card .sg-object-card[data-pattern="object-group-card"] .sg-object-card__content.sg-card-segment--lightgrey {
background: var(--surface-card-segment-neutral);
}