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 035b782 commit 16d1a03Copy full SHA for 16d1a03
src/pages/Volunteer.tsx
@@ -54,7 +54,7 @@ const Volunteer = () => {
54
and learn from one another.
55
</p>
56
<button
57
- className="mt-6 bg-red-500 text-white text-lg font-semibold px-6 py-3 rounded-full hover:cursor-pointer"
+ className="mt-6 bg-red-500 hover:bg-red-600 text-white text-lg font-semibold px-6 py-3 rounded-full cursor-pointer shadow-md transform transition-all duration-200 hover:scale-105 hover:shadow-lg"
58
onClick={handleGetInvolved}
59
>
60
Get Involved
0 commit comments