diff --git a/app/styles/directives/toggle-password-with-tips.directive.scss b/app/styles/directives/toggle-password-with-tips.directive.scss index 9fd946cc..7a8f2923 100644 --- a/app/styles/directives/toggle-password-with-tips.directive.scss +++ b/app/styles/directives/toggle-password-with-tips.directive.scss @@ -21,7 +21,7 @@ toggle-password-with-tips { .input-btn .input:focus ~ .tc-btn { color: #FFFFFF; - background: #59A7FF; + background: $tc-dark-blue-90; } .input-btn .tc-btn, diff --git a/app/styles/tc/register.scss b/app/styles/tc/register.scss index a4637dbb..f405123f 100644 --- a/app/styles/tc/register.scss +++ b/app/styles/tc/register.scss @@ -13,9 +13,11 @@ align-items: center; button { margin-top: 0; + background-color: $tc-dark-blue-90; &.disabled { - background-color: $tc-gray-70 !important; + background-color: $tc-gray-60 !important; color: $tc-white-cream; + opacity: 1; } }