Fix tab navigation content variant colors

This commit is contained in:
2026-06-02 19:50:52 +02:00
parent 8424b42a7d
commit 6c42490b89
@@ -179,8 +179,8 @@
} }
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"][data-component-context="content"] .sg-tab-button[aria-selected="false"] { .sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"][data-component-context="content"] .sg-tab-button[aria-selected="false"] {
background: var(--surface-tab-selected); background: var(--surface-tab-compact-unselected);
color: var(--text-tab-selected); color: var(--text-control-default);
} }
.sg-tab-button-group[data-component-size="compact"] .sg-tab-button[aria-selected="false"] { .sg-tab-button-group[data-component-size="compact"] .sg-tab-button[aria-selected="false"] {