UX: search context box too dark (#27109)

This commit is contained in:
Kris 2024-05-21 10:52:14 -04:00 committed by GitHub
parent 87769a83c4
commit fbb0fb92d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $search-pad-horizontal: 0.5em;
margin: 2px;
margin-right: 0;
white-space: nowrap;
background-color: var(--primary-300);
background-color: var(--primary-200);
&:hover {
background-color: var(--primary-medium);
}