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 3d08303 commit b5b2a94Copy full SHA for b5b2a94
components/Hero.tsx
@@ -38,7 +38,7 @@ function Hero() {
38
/>
39
<button
40
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"
+ 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"
42
>
43
<SearchIcon />
44
</button>
@@ -84,7 +84,7 @@ function Hero() {
84
85
const SearchIcon = () => (
86
<svg
87
- className="w-6 h-6"
+ className="w-6 h-6 group-hover:stroke-2023-bavarian-gold-3"
88
fill="none"
89
stroke="white"
90
viewBox="0 0 24 24"
0 commit comments