Skip to content

Commit c3a37d8

Browse files
committed
Decrease hover opacity of search icon on HOME page
Refer #142 (comment)
1 parent 780d484 commit c3a37d8

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-2 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-4 hover:text-2023-void-2 hover:border-2023-manga-2"
5050
>
5151
<SearchIcon />
5252
</button>

0 commit comments

Comments
 (0)