Skip to content

Commit ae5282e

Browse files
committed
Revert "Decrease hover opacity of search icon on HOME page"
This reverts commit c3a37d8.
1 parent c3a37d8 commit ae5282e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function Hero() {
4646
/>
4747
<button
4848
type="submit"
49-
className="btn btn-square rounded-tl-none rounded-bl-none bg-transparent border-2023-manga-3 hover:bg-2023-manga-4 hover:text-2023-void-2 hover:border-2023-manga-2"
49+
className="btn btn-square rounded-tl-none rounded-bl-none bg-transparent border-2023-manga-3 hover:bg-2023-manga-2 hover:text-2023-void-2 hover:border-2023-manga-2"
5050
>
5151
<SearchIcon />
5252
</button>

0 commit comments

Comments
 (0)