Skip to content

Commit

Permalink
Merge pull request #1153 from topcoder-platform/feature/cf-0.8.0
Browse files Browse the repository at this point in the history
fix: git#1129-Actionable affordances are inconsistent and confusing
  • Loading branch information
vikasrohit authored May 17, 2021
2 parents 69cdffa + b3da46a commit 32f3d47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@
display: flex;
justify-content: center;
align-items: center;
background-color: $tc-red;
border-color: $tc-red;
cursor: pointer;

Expand All @@ -274,7 +273,7 @@
font-size: 14px;
font-weight: 400;
line-height: 17px;
color: $white;
color: $tc-red;
text-transform: capitalize;
display: flex;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.container {
height: 22px;
width: 86px;
border-radius: 11.5px;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.tag {
display: inline-block;
padding: 0 15px;
border-radius: 10px;
border-radius: 3px;
background-color: $lighter-gray;
min-width: 54px;
text-align: center;
Expand Down

0 comments on commit 32f3d47

Please sign in to comment.