Skip to content

Commit c1ea5cb

Browse files
authored
Merge pull request #2953 from rashmi73/issue_2907
issue 2907 done
2 parents 353161d + 8f381aa commit c1ea5cb

File tree

1 file changed

+3
-3
lines changed
  • src/shared/components/TopcoderHeader/Auth

1 file changed

+3
-3
lines changed

src/shared/components/TopcoderHeader/Auth/style.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
}
2727

2828
.tc-btn-default {
29-
border: 1px solid $tc-dark-blue;
30-
color: $tc-dark-blue;
29+
border: 1px solid $tc-dark-blue-120;
30+
color: $tc-dark-blue-120;
3131

3232
&:hover {
33-
background: $tc-dark-blue;
33+
background: $tc-dark-blue-120;
3434
color: $tc-white;
3535
}
3636
}

0 commit comments

Comments
 (0)