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 76414e8 commit 95b07ebCopy full SHA for 95b07eb
src/components/Search.res
@@ -157,8 +157,8 @@ let make = () => {
157
}, [setState])
158
159
<>
160
- <button onClick type_="button" className="text-gray-60 hover:text-fire-50" ariaLabel="Search">
161
- <Icon.MagnifierGlass className="fill-current cursor-pointer" />
+ <button onClick type_="button" className="text-gray-60 hover:text-fire-50 cursor-pointer" ariaLabel="Search">
+ <Icon.MagnifierGlass className="fill-current" />
162
</button>
163
{switch state {
164
| Active =>
0 commit comments