Skip to content

Commit 4736c0d

Browse files
authored
Revert "issue 2907 done"
1 parent f945ab8 commit 4736c0d

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

Lines changed: 3 additions & 3 deletions
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-120;
30-
color: $tc-dark-blue-120;
29+
border: 1px solid $tc-dark-blue;
30+
color: $tc-dark-blue;
3131

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

0 commit comments

Comments
 (0)