Skip to content

Commit 14d73f7

Browse files
authored
fix(selection): update selected text background (#5203)
1 parent dfc30f5 commit 14d73f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/dependencies/_core.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
::selection {
19-
background: var(--slds-g-color-brand-base-95, #{$color-background-selection});
19+
background: var(--slds-g-color-brand-base-90, #{$color-background-selection});
2020
text-shadow: none;
2121
color: var(--slds-g-color-neutral-base-10, #{$color-text-default});
2222
}

0 commit comments

Comments
 (0)