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