Skip to content

Commit 8f381aa

Browse files
authored
Update style.scss
1 parent b12b274 commit 8f381aa

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 #0074e8;
30-
color: #0074e8;
29+
border: 1px solid $tc-dark-blue-120;
30+
color: $tc-dark-blue-120;
3131

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

0 commit comments

Comments
 (0)