Skip to content

Commit 77a7a04

Browse files
committed
Fix TCO Leaderboards chevron icon
1 parent 71ecc08 commit 77a7a04

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Loading

src/shared/components/Dashboard/TCOLeaderboards/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import _ from 'lodash';
66
import LoadingIndicator from 'components/LoadingIndicator';
77
import PT from 'prop-types';
88
import React from 'react';
9-
import ChevronDown from 'assets/images/minimal-down-white.svg';
9+
import ChevronDown from 'assets/images/chevron-down-white.svg';
1010
import DefaultAvatar from 'assets/images/default-avatar-photo-blue.svg';
1111
import { themr } from 'react-css-super-themr';
1212
import { Avatar } from 'topcoder-react-utils';

src/shared/components/Dashboard/TCOLeaderboards/styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
position: absolute;
5959
top: 50%;
6060
right: 8px;
61-
margin-top: -3px;
61+
margin-top: -4px;
6262
pointer-events: none;
63-
width: 10px;
64-
height: 10px;
63+
width: 9px;
64+
height: 9px;
6565
}
6666

6767
.dropdown {

0 commit comments

Comments
 (0)