diff --git a/src/assets/images/chevron-down-white.svg b/src/assets/images/chevron-down-white.svg new file mode 100644 index 0000000000..b7f7a5441a --- /dev/null +++ b/src/assets/images/chevron-down-white.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/shared/components/Dashboard/TCOLeaderboards/index.jsx b/src/shared/components/Dashboard/TCOLeaderboards/index.jsx index 6828043004..4a33f8592b 100644 --- a/src/shared/components/Dashboard/TCOLeaderboards/index.jsx +++ b/src/shared/components/Dashboard/TCOLeaderboards/index.jsx @@ -6,7 +6,7 @@ import _ from 'lodash'; import LoadingIndicator from 'components/LoadingIndicator'; import PT from 'prop-types'; import React from 'react'; -import ChevronDown from 'assets/images/minimal-down-white.svg'; +import ChevronDown from 'assets/images/chevron-down-white.svg'; import DefaultAvatar from 'assets/images/default-avatar-photo-blue.svg'; import { themr } from 'react-css-super-themr'; import { Avatar } from 'topcoder-react-utils'; diff --git a/src/shared/components/Dashboard/TCOLeaderboards/styles.scss b/src/shared/components/Dashboard/TCOLeaderboards/styles.scss index 394c9fcaf1..f76f4c0c86 100644 --- a/src/shared/components/Dashboard/TCOLeaderboards/styles.scss +++ b/src/shared/components/Dashboard/TCOLeaderboards/styles.scss @@ -58,10 +58,10 @@ position: absolute; top: 50%; right: 8px; - margin-top: -3px; + margin-top: -4px; pointer-events: none; - width: 10px; - height: 10px; + width: 9px; + height: 9px; } .dropdown {