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 4751a8bCopy full SHA for 4751a8b
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 text-white text-lg font-semibold px-6 py-3 rounded-full hover:bg-red-600 hover:cursor-pointer transition-colors duration-300"
58
onClick={handleGetInvolved}
59
>
60
Get Involved
0 commit comments