Skip to content

Commit 228b3c7

Browse files
committed
[chrome] fix focused autosuggestion being unreadable on bright palettes
1 parent 6d5041b commit 228b3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chrome/src/components/Omnibar/Suggestion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Suggestion.style = css`
148148
}
149149
:scope.focused,
150150
:scope.focused:hover {
151-
background: var(--tab_line);
151+
background: color-mix(in oklab, var(--tab_line) 50%, transparent);
152152
color: white;
153153
}
154154
:scope:hover {

0 commit comments

Comments
 (0)