Skip to content

Commit 95b07eb

Browse files
Update src/components/Search.res
Co-authored-by: Copilot <[email protected]>
1 parent 76414e8 commit 95b07eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Search.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ let make = () => {
157157
}, [setState])
158158

159159
<>
160-
<button onClick type_="button" className="text-gray-60 hover:text-fire-50" ariaLabel="Search">
161-
<Icon.MagnifierGlass className="fill-current cursor-pointer" />
160+
<button onClick type_="button" className="text-gray-60 hover:text-fire-50 cursor-pointer" ariaLabel="Search">
161+
<Icon.MagnifierGlass className="fill-current" />
162162
</button>
163163
{switch state {
164164
| Active =>

0 commit comments

Comments
 (0)