Skip to content

Commit b5b2a94

Browse files
author
Nabarun
committed
style: modify search icon hover behavior
1 parent 3d08303 commit b5b2a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function Hero() {
3838
/>
3939
<button
4040
type="submit"
41-
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"
41+
className="group 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"
4242
>
4343
<SearchIcon />
4444
</button>
@@ -84,7 +84,7 @@ function Hero() {
8484

8585
const SearchIcon = () => (
8686
<svg
87-
className="w-6 h-6"
87+
className="w-6 h-6 group-hover:stroke-2023-bavarian-gold-3"
8888
fill="none"
8989
stroke="white"
9090
viewBox="0 0 24 24"

0 commit comments

Comments
 (0)