Skip to content

Commit 5960d97

Browse files
committed
feat: Add some click effect on the buttons
1 parent 134660e commit 5960d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(public)/_components/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function Button({
1414
<div className="relative inline-block group w-fit transition-all duration-500">
1515
<button
1616
className={cn(
17-
'text-sm font-bold inline-flex justify-center items-center uppercase py-3 px-4 text-center text-white bg-primary-btn-gradient shadow-primary-btn-shadow hover:bg-primary-btn-hover-gradient min-w-20',
17+
'text-sm font-bold inline-flex justify-center items-center uppercase py-3 px-4 text-center text-white bg-primary-btn-gradient shadow-primary-btn-shadow hover:bg-primary-btn-hover-gradient min-w-20 active:scale-95 active:shadow-lg transition-all duration-150 ease-in-out',
1818
className
1919
)}
2020
{...props}

0 commit comments

Comments
 (0)