diff --git a/src/app/modals/profile/profile.page.html b/src/app/modals/profile/profile.page.html index 7b4c9a65b..cb294eed0 100644 --- a/src/app/modals/profile/profile.page.html +++ b/src/app/modals/profile/profile.page.html @@ -30,6 +30,9 @@
+
+ {{loggeduser.FullName}} +
{{loggeduser.RoleDescription}}
diff --git a/src/app/modals/profile/profile.page.scss b/src/app/modals/profile/profile.page.scss index fad53463a..df8225046 100644 --- a/src/app/modals/profile/profile.page.scss +++ b/src/app/modals/profile/profile.page.scss @@ -82,6 +82,13 @@ font-size: 40px; } +.profile-name { + font-weight: 300; + font-size: 20px !important; + margin-bottom: 20px !important; + color: var(--profile-text-color) !important; +} + .profile-title { font-weight: 300; font-size: 20px !important;