Skip to content

Commit 4043192

Browse files
Apply flat design to commission info
Applied flat design principles to the commission info page, including removing background gradients and simplifying borders.
1 parent 0628661 commit 4043192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-background p-4">
89+
<div className="min-h-screen bg-slate-50 p-4">
9090
<div className="max-w-2xl mx-auto space-y-6">
9191

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

0 commit comments

Comments
 (0)