Skip to content

Commit

Permalink
Profile Page Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Oct 29, 2023
1 parent 5c5089a commit c118daf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions DineDevineUI/src/pages/ProfilePage.css
Expand Up @@ -76,4 +76,12 @@
.persoLabel {
display: inline;
font-size: medium;
}

ion-card {
background: white;
}

.alert-wrapper.sc-ion-alert-md {
background: white !important;
}
2 changes: 1 addition & 1 deletion DineDevineUI/src/pages/ProfilePage.tsx
Expand Up @@ -143,7 +143,7 @@ const ProfilePage: React.FC<Profile> = (props: Profile) => {
{Object.keys(PERONALITY_TYPES).filter((v) => isNaN(Number(v)) ).map((tag, idx) => <IonSelectOption key={tag+idx} id={"button" + tag}>{tag}</IonSelectOption>)}
</IonSelect>
<div className={"ion-margin-start"}>
You dont know your personality Type yet? <IonButton>TAKE THE PERSONALITY TEST</IonButton>
You dont know your personality Type yet? <IonButton className={"ion-margin-bottom"}>TAKE THE PERSONALITY TEST</IonButton>
</div>

</IonCard>
Expand Down

0 comments on commit c118daf

Please sign in to comment.