Skip to content

Commit b116220

Browse files
Fix: Make button text white
Change the text color of the primary button on the landing page to white for better visibility.
1 parent f9b8039 commit b116220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/LandingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const LandingPage = () => {
209209
<div className="flex flex-col sm:flex-row gap-6 justify-center animate-fade-in" style={{ animationDelay: '0.6s' }}>
210210
<Button
211211
size="lg"
212-
className="text-lg px-12 py-6 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 shadow-2xl hover:shadow-3xl transition-all hover:scale-105 border-0"
212+
className="text-lg px-12 py-6 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 shadow-2xl hover:shadow-3xl transition-all hover:scale-105 border-0 text-white"
213213
onClick={redirectToDashboard}
214214
>
215215
Commencer à gagner dès aujourd'hui

0 commit comments

Comments
 (0)