diff --git a/src/shared/components/TopcoderHeader/Auth/style.scss b/src/shared/components/TopcoderHeader/Auth/style.scss index 684ea6396f..9b9e4022ed 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-120; + color: $tc-dark-blue-120; &:hover { - background: $tc-dark-blue; + background: $tc-dark-blue-120; color: $tc-white; } }