Decouple gray card segment surface from card body token

This commit is contained in:
2026-05-21 16:20:04 +02:00
parent ff1263fec4
commit 75ebbddcb5
3 changed files with 4 additions and 6 deletions
+2 -5
View File
@@ -26,6 +26,7 @@
/* Semantic component tokens: Cards */
--surface-card: var(--color-light-grey);
--surface-card-body: var(--color-light-grey);
--surface-card-segment-neutral: var(--color-light-grey);
--surface-card-group: var(--color-background-purple-light);
--surface-card-transparent: var(--color-transparent);
--surface-card-header-primary: var(--color-darkblue);
@@ -2312,7 +2313,7 @@ section + section {
}
.sg-card-segment--gray {
background: var(--surface-card-body);
background: var(--surface-card-segment-neutral);
}
.sg-card-segment--white {
@@ -2348,10 +2349,6 @@ section + section {
background: var(--surface-object-card-lower-segment);
}
.sg-card-segment.sg-card-segment--body.sg-vsf-fundamental-score-segment {
background: var(--surface-content-block-card-title);
}
.sg-card-segment.sg-vsf-drawer-card__actions-segment {
flex-direction: column;
align-items: flex-start;