Fix portal header tab color mapping
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
/* ========================================================= */
|
||||
|
||||
.sg-portal-header {
|
||||
--surface-tab-selected: var(--surface-portal-header-tab-active);
|
||||
--surface-tab-unselected: var(--surface-portal-header-tab);
|
||||
--text-tab-selected: var(--text-portal-header-tab-active);
|
||||
--text-tab-unselected: var(--text-portal-header-tab);
|
||||
--surface-tab-selected: var(--surface-portal-header-tab);
|
||||
--surface-tab-unselected: var(--surface-portal-header-tab-active);
|
||||
--text-tab-selected: var(--text-portal-header-tab);
|
||||
--text-tab-unselected: var(--text-portal-header-tab-active);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
@@ -66,4 +66,3 @@
|
||||
gap: var(--spacing-small) var(--spacing-large);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user