Skip to content

Commit c8ca5e7

Browse files
committed
[chrome] apply style to suggestion.tsx
1 parent 5c81cd8 commit c8ca5e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Suggestion.style = css`
105105
padding-bottom: 0.25em;
106106
107107
white-space: nowrap;
108-
color: var(--fg);
108+
color: var(--toolbar_text);
109109
overflow: hidden;
110110
111111
border-radius: var(--radius);
@@ -148,10 +148,10 @@ Suggestion.style = css`
148148
}
149149
:scope.focused,
150150
:scope.focused:hover {
151-
background: var(--bg20);
151+
background: var(--accent);
152152
}
153153
:scope:hover {
154-
background: var(--bg04);
154+
background: var(--toolbarbutton-hover-background);
155155
}
156156
157157
.focused .description {

0 commit comments

Comments
 (0)