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; } }