fix: text color (#26)

This commit is contained in:
Fahim Ardani
2025-05-10 18:31:56 +07:00
committed by GitHub
parent 6e78b49731
commit 75839271ad
10 changed files with 15 additions and 11 deletions
@@ -41,7 +41,8 @@ export function CallToAction() {
<div className="flex flex-col sm:flex-row gap-4 justify-center">
<Button
size="lg"
className="bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90"
className="bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90
font-bold text-black hover:text-white cursor-pointer"
>
Gabung Discord
</Button>