Skip to content

Commit 60d18c0

Browse files
Fix: Advanced stats page text color
Set the text color to white in the advanced stats page.
1 parent dc46fc8 commit 60d18c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/AdvancedStatsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const AdvancedStatsPage = () => {
4242
<div className="text-center space-y-6 max-w-md w-full">
4343
<h1 className="text-2xl sm:text-3xl font-bold text-slate-900">Campagne introuvable</h1>
4444
<p className="text-slate-600">Cette campagne n'existe pas ou vous n'y avez pas accès.</p>
45-
<Button onClick={() => navigate('/dashboard')} size="lg" className="bg-blue-600 hover:bg-blue-700 w-full sm:w-auto">
45+
<Button onClick={() => navigate('/dashboard')} size="lg" className="bg-blue-600 hover:bg-blue-700 text-white w-full sm:w-auto">
4646
<ArrowLeft className="h-4 w-4 mr-2" />
4747
Retour au dashboard
4848
</Button>

0 commit comments

Comments
 (0)