diff --git a/src/components/themed/WalletListSortableRow.tsx b/src/components/themed/WalletListSortableRow.tsx index 82acc0dd07c..46b1764badf 100644 --- a/src/components/themed/WalletListSortableRow.tsx +++ b/src/components/themed/WalletListSortableRow.tsx @@ -38,7 +38,7 @@ function WalletListSortableRowComponent(props: Props) { if (wallet == null || exchangeDenomination == null) { return ( - + @@ -65,7 +65,7 @@ function WalletListSortableRowComponent(props: Props) { return ( - + @@ -91,6 +91,10 @@ const getStyles = cacheStyles((theme: Theme) => ({ container: { paddingHorizontal: theme.rem(1) }, + handleContainer: { + margin: -theme.rem(0.5), + padding: theme.rem(0.5) + }, rowContainer: { flexDirection: 'row', justifyContent: 'center',