Skip to content

Commit 204a7b8

Browse files
Apply white background to commission info
Set the background color of the commission info page to white to match the rest of the project.
1 parent 4043192 commit 204a7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/CommissionInfoPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function CommissionInfoPage() {
8686
};
8787

8888
return (
89-
<div className="min-h-screen bg-slate-50 p-4">
89+
<div className="min-h-screen bg-white p-4">
9090
<div className="max-w-2xl mx-auto space-y-6">
9191

9292
{/* Header avec félicitations */}

0 commit comments

Comments
 (0)