Set card-group tab button backgrounds to white

This commit is contained in:
2026-05-21 18:36:24 +02:00
parent f0debe844d
commit e15948b348
+2 -1
View File
@@ -2255,7 +2255,8 @@ section + section {
flex-direction: column; flex-direction: column;
gap: var(--spacing-small); gap: var(--spacing-small);
width: 100%; width: 100%;
--surface-tab-unselected: var(--color-light-grey); --surface-tab-selected: var(--color-white);
--surface-tab-unselected: var(--color-white);
} }
.sg-content-block-card-group__tabs, .sg-content-block-card-group__tabs,