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