default search icon for SearchBox does not scale #5683
Unanswered
adamleeberger
asked this question in
General
Replies: 1 comment
-
sorry, step 2 should read : "Render SearchBox element" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
to reproduce:
React project using react-instantsearch-hooks-web (e.g. https://codesandbox.io/s/funny-mirzakhani-3nynwc?file=/src/App.tsx)
Render element. Notice the looking-glass icon appears correctly.
Now increase the font size for the project, e.g. using the following css:
font-size: 16px;
}
Desired behavior: icon should render properly regardless of font size.
Beta Was this translation helpful? Give feedback.
All reactions