Skip to content

Commit 58d68e1

Browse files
fix(global-header): Update token ref to use new warm/cool tokens (#3086)
1 parent cbd07e9 commit 58d68e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui/components/global-header/global-actions/_index.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
}
110110

111111
&.slds-is-selected {
112-
background-color: $brand-header-contrast;
113-
border-color: $brand-header-contrast;
112+
background-color: $brand-header-contrast-cool;
113+
border-color: $brand-header-contrast-cool;
114114

115115
&:hover,
116116
&:focus {
117-
background-color: $brand-header-contrast-active;
118-
border-color: $brand-header-contrast-active;
117+
background-color: $brand-header-contrast-cool-active;
118+
border-color: $brand-header-contrast-cool-active;
119119
}
120120

121121
.slds-button__icon {
@@ -219,7 +219,7 @@
219219
position: absolute;
220220
top: rem(4px * -1);
221221
right: rem(4px * -1);
222-
background: $brand-header-contrast;
222+
background: $brand-header-contrast-warm;
223223
color: #fff;
224224
border-radius: $border-radius-pill;
225225
min-width: 1rem;

0 commit comments

Comments
 (0)