We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c81cd8 commit c8ca5e7Copy full SHA for c8ca5e7
packages/chrome/src/components/Omnibar/Suggestion.tsx
@@ -105,7 +105,7 @@ Suggestion.style = css`
105
padding-bottom: 0.25em;
106
107
white-space: nowrap;
108
- color: var(--fg);
+ color: var(--toolbar_text);
109
overflow: hidden;
110
111
border-radius: var(--radius);
@@ -148,10 +148,10 @@ Suggestion.style = css`
148
}
149
:scope.focused,
150
:scope.focused:hover {
151
- background: var(--bg20);
+ background: var(--accent);
152
153
:scope:hover {
154
- background: var(--bg04);
+ background: var(--toolbarbutton-hover-background);
155
156
157
.focused .description {
0 commit comments