Skip to content

Commit 6192908

Browse files
committed
1 parent a6fb931 commit 6192908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UI/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function Button({text, href, blank, className}: Props) {
4141
},
4242
}}
4343
>
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>
44+
<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>
4545
</MotionLink>
4646
)
4747
}

0 commit comments

Comments
 (0)