From 8dd2c444ab45c6d2e0cc42e0c16f19a4d4188c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eudes=20In=C3=A1cio?= Date: Mon, 25 Oct 2021 16:59:32 +0100 Subject: [PATCH] changes made on modal perfil edit name and email --- src/app/modals/profile/edit-profile/edit-profile.page.scss | 1 + src/theme/variables.scss | 4 ++++ 2 files changed, 5 insertions(+) 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;