Skip to content

Commit 32f3d47

Browse files
author
vikasrohit
authored
Merge pull request #1153 from topcoder-platform/feature/cf-0.8.0
fix: git#1129-Actionable affordances are inconsistent and confusing
2 parents 69cdffa + b3da46a commit 32f3d47

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/components/ChallengesComponent/ChallengeCard/ChallengeCard.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
display: flex;
265265
justify-content: center;
266266
align-items: center;
267-
background-color: $tc-red;
268267
border-color: $tc-red;
269268
cursor: pointer;
270269

@@ -274,7 +273,7 @@
274273
font-size: 14px;
275274
font-weight: 400;
276275
line-height: 17px;
277-
color: $white;
276+
color: $tc-red;
278277
text-transform: capitalize;
279278
display: flex;
280279
justify-content: center;

src/components/ChallengesComponent/ChallengeStatus/ChallengeStatus.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.container {
44
height: 22px;
55
width: 86px;
6-
border-radius: 11.5px;
6+
border-radius: 3px;
77
display: flex;
88
justify-content: center;
99
align-items: center;

src/components/ChallengesComponent/ChallengeTag/ChallengeTag.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.tag {
44
display: inline-block;
55
padding: 0 15px;
6-
border-radius: 10px;
6+
border-radius: 3px;
77
background-color: $lighter-gray;
88
min-width: 54px;
99
text-align: center;

0 commit comments

Comments
 (0)