Skip to content

Commit 7694e8f

Browse files
authored
Merge pull request #3149 from rashmi73/issue_2907_1
Issue 2907 fix
2 parents d2cba86 + b7e25e5 commit 7694e8f

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-110;
30+
color: $tc-dark-blue-110;
3131

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

0 commit comments

Comments
 (0)