fix: hack the colours

This commit is contained in:
Naomi Carrigan
2022-04-18 09:28:08 -07:00
parent be29e37a69
commit bd60d44c84
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ const Magnifier = (): JSX.Element => {
return (
<>
<span className='sr-only'>{t('icons.Magnifier')}</span>
<span className='sr-only magnifier'>{t('icons.Magnifier')}</span>
<svg
className='ais-SearchBox-submitIcon'
height='10'

View File

@@ -684,3 +684,7 @@ a[class^='ais-'] {
strong.ais-Highlight-highlighted {
background-color: transparent;
}
.magnifier {
background-color: black;
color: white;
}