Skip to content

Commit 4e0d488

Browse files
committed
GAME-218 color fix
1 parent 8280ccf commit 4e0d488

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/shared/components/Gamification/SkillsNagModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const SkillsNagModal = ({
138138
</div>
139139
<span>
140140
{/* eslint-disable-next-line max-len */}
141-
Hey <strong>{handle}</strong>, we have noticed that you {skillCountStatement(keys(skills).length)} added to your profile. To be able to match you with the best opportunities at Topcoder, please add skills so that you have at least <strong>{MIN_SKILLS_TO_REMIND} skills</strong> listed in your profile.
141+
Hey <strong>{handle}</strong>, we have noticed that you {skillCountStatement(keys(skills).length)} added to your profile. To be able to match you with the best opportunities at Topcoder, please add skills so that you have at least <span>{MIN_SKILLS_TO_REMIND} skills</span> listed in your profile.
142142
</span>
143143
</div>
144144

src/shared/components/Gamification/SkillsNagModal/styles.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
justify-content: center;
6161
margin-bottom: 12px;
6262
}
63+
64+
span span {
65+
color: #137d60;
66+
font-weight: bold;
67+
}
6368
}
6469
}
6570

0 commit comments

Comments
 (0)