From cffa5fed6aa5a45f01c6873af830cd9dc6305c8e Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Wed, 21 May 2025 23:26:18 +0200 Subject: [PATCH] Added bg color to payment page --- 01-frontend/src/pages/Payment.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01-frontend/src/pages/Payment.tsx b/01-frontend/src/pages/Payment.tsx index 9c481c1..3cdc48a 100644 --- a/01-frontend/src/pages/Payment.tsx +++ b/01-frontend/src/pages/Payment.tsx @@ -184,6 +184,7 @@ export default function Payment() { }; return ( +
@@ -223,5 +224,6 @@ export default function Payment() { +
); } \ No newline at end of file