Skip to content

Commit 0110fb3

Browse files
committed
PM-1609 - update button colors
1 parent 9cd8413 commit 0110fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/ChallengesComponent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const ChallengesComponent = ({
9494
{(checkAdmin(auth.token) || checkManager(auth.token)) && (
9595
<OutlineButton
9696
text={'Users'}
97-
type='danger'
97+
type='info'
9898
submit
9999
link={{
100100
pathname: '/users',

src/components/Users/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class Users extends Component {
232232
{projectOption && (
233233
<OutlineButton
234234
text={'Go To Project'}
235-
type={'danger'}
235+
type={'info'}
236236
link={`/projects/${projectOption.value}/challenges`} />
237237
)}
238238
</div>

0 commit comments

Comments
 (0)