From 70195e346295b262f1d867ce9a562ee0637c227c Mon Sep 17 00:00:00 2001 From: Jannick Heisch Date: Sun, 29 Oct 2023 14:24:53 +0100 Subject: [PATCH] Edited ProfilePage style --- DineDevineUI/src/pages/ProfilePage.css | 8 ++++++++ DineDevineUI/src/pages/ProfilePage.tsx | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/DineDevineUI/src/pages/ProfilePage.css b/DineDevineUI/src/pages/ProfilePage.css index 703e4fac..8e53a1b1 100644 --- a/DineDevineUI/src/pages/ProfilePage.css +++ b/DineDevineUI/src/pages/ProfilePage.css @@ -62,4 +62,12 @@ .persoSelect { width: 20%; +} + +.profileContainer { + --ion-background-color: linear-gradient(0deg, #FDF9F6, #FFFAF5); +} + +.profileHeader { + --ion-background-color: white; } \ No newline at end of file diff --git a/DineDevineUI/src/pages/ProfilePage.tsx b/DineDevineUI/src/pages/ProfilePage.tsx index b828553b..96ddb997 100644 --- a/DineDevineUI/src/pages/ProfilePage.tsx +++ b/DineDevineUI/src/pages/ProfilePage.tsx @@ -99,7 +99,7 @@ const ProfilePage: React.FC = (props: Profile) => { return ( - + @@ -112,7 +112,7 @@ const ProfilePage: React.FC = (props: Profile) => { - + @@ -179,7 +179,7 @@ const ProfilePage: React.FC = (props: Profile) => { -

Achievements

+

Achievements

{/* Use "ion-col" class here */}