File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
shared/components/Dashboard/TCOLeaderboards Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import _ from 'lodash';
6
6
import LoadingIndicator from 'components/LoadingIndicator' ;
7
7
import PT from 'prop-types' ;
8
8
import React from 'react' ;
9
- import ChevronDown from 'assets/images/minimal -down-white.svg' ;
9
+ import ChevronDown from 'assets/images/chevron -down-white.svg' ;
10
10
import DefaultAvatar from 'assets/images/default-avatar-photo-blue.svg' ;
11
11
import { themr } from 'react-css-super-themr' ;
12
12
import { Avatar } from 'topcoder-react-utils' ;
Original file line number Diff line number Diff line change 58
58
position : absolute ;
59
59
top : 50% ;
60
60
right : 8px ;
61
- margin-top : -3 px ;
61
+ margin-top : -4 px ;
62
62
pointer-events : none ;
63
- width : 10 px ;
64
- height : 10 px ;
63
+ width : 9 px ;
64
+ height : 9 px ;
65
65
}
66
66
67
67
.dropdown {
You can’t perform that action at this time.
0 commit comments