From b7e25e568e5de8e7453ece790a9f450bc7e078be Mon Sep 17 00:00:00 2001 From: rashmi73 <41687423+rashmi73@users.noreply.github.com> Date: Mon, 29 Jul 2019 00:34:33 +0530 Subject: [PATCH] Update style.scss --- src/shared/components/TopcoderHeader/Auth/style.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/components/TopcoderHeader/Auth/style.scss b/src/shared/components/TopcoderHeader/Auth/style.scss index 684ea6396f..373bd6c2ee 100644 --- a/src/shared/components/TopcoderHeader/Auth/style.scss +++ b/src/shared/components/TopcoderHeader/Auth/style.scss @@ -26,11 +26,11 @@ } .tc-btn-default { - border: 1px solid $tc-dark-blue; - color: $tc-dark-blue; + border: 1px solid $tc-dark-blue-110; + color: $tc-dark-blue-110; &:hover { - background: $tc-dark-blue; + background: $tc-dark-blue-110; color: $tc-white; } }