We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:active
:hover
Button
1 parent a6fb931 commit 6192908Copy full SHA for 6192908
src/components/UI/Button.tsx
@@ -41,7 +41,7 @@ export default function Button({text, href, blank, className}: Props) {
41
},
42
}}
43
>
44
- <span className={cn('w-full px-4 py-1.5 text-lg sm:text-base text-center hover:text-neutral-400 duration-200', 'bg-neutral-800/50 border-[1px] border-b-0 border-neutral-800', 'm-[0.25rem] rounded-[calc(0.7rem-0.125rem)] backdrop-blur-sm', className)}>{text}</span>
+ <span className={cn('w-full px-4 py-1.5 text-lg sm:text-base text-center', 'duration-200 hover:text-neutral-400 sm:hover:text-white sm:active:text-neutral-400', 'bg-neutral-800/50 border-[1px] border-b-0 border-neutral-800', 'm-[0.25rem] rounded-[calc(0.7rem-0.125rem)] backdrop-blur-sm', className)}>{text}</span>
45
</MotionLink>
46
)
47
}
0 commit comments