diff --git a/src/app/modals/profile/edit-profile/edit-profile.page.scss b/src/app/modals/profile/edit-profile/edit-profile.page.scss index 618458579..314eb12d0 100644 --- a/src/app/modals/profile/edit-profile/edit-profile.page.scss +++ b/src/app/modals/profile/edit-profile/edit-profile.page.scss @@ -78,6 +78,7 @@ padding-right: 10px; float: left; background-color: transparent; + color: var(--profile-text-color); } } } diff --git a/src/theme/variables.scss b/src/theme/variables.scss index 7bdf73f35..3332d1aef 100644 --- a/src/theme/variables.scss +++ b/src/theme/variables.scss @@ -647,6 +647,8 @@ body { --box-hover-background-color: #e4e8eb75 !important; --box-hover-background-border-color: 1px solid #ff4040 !important; + --profile-text-color: #000000; + .bg-blue { --background: #ffffff; background: #ffffff; @@ -728,6 +730,8 @@ body { --box-hover-background-color: #e6f6ff75; --box-hover-background-border-color: 1px solid #42b9fe; + --profile-text-color: #ffffff; + .bg-blue { --background: #0782c9; background: #0782c9;