Skip to content

Commit

Permalink
#Update icon for Sorting Modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Aug 26, 2023
1 parent 598532d commit 23da9d8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/components/Modal/common/ValidatorSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ import useGetNominatorInfo from 'hooks/screen/Staking/useGetNominatorInfo';
import { useSelectValidators } from 'hooks/screen/Transaction/useSelectValidators';
import useGetChainStakingMetadata from 'hooks/screen/Staking/useGetChainStakingMetadata';
import { _STAKING_CHAIN_GROUP } from '@subwallet/extension-base/services/chain-service/constants';
import {
ArrowCounterClockwise,
CheckCircle,
MagnifyingGlass,
SortAscending,
SortDescending,
} from 'phosphor-react-native';
import { ArrowsClockwise, CheckCircle, MagnifyingGlass, SortAscending, SortDescending } from 'phosphor-react-native';
import { useSubWalletTheme } from 'hooks/useSubWalletTheme';
import { ValidatorSelectorField } from 'components/Field/ValidatorSelector';
import { ValidatorSelectorDetailModal } from 'components/Modal/common/ValidatorSelectorDetailModal';
Expand Down Expand Up @@ -296,7 +290,7 @@ export const ValidatorSelector = forwardRef(
{
<Button
style={{ marginTop: 16 }}
icon={<Icon phosphorIcon={ArrowCounterClockwise} size={'md'} />}
icon={<Icon phosphorIcon={ArrowsClockwise} size={'md'} />}
onPress={() => {
setSortSelection(SortKey.DEFAULT);
sortingModalRef?.current?.onCloseModal();
Expand Down

0 comments on commit 23da9d8

Please sign in to comment.