diff --git a/src/components/drag-and-drop/features/sort/hooks/useDraggableScroll.ts b/src/components/drag-and-drop/features/sort/hooks/useDraggableScroll.ts index 2943979cdb9..8e7232cfdc5 100644 --- a/src/components/drag-and-drop/features/sort/hooks/useDraggableScroll.ts +++ b/src/components/drag-and-drop/features/sort/hooks/useDraggableScroll.ts @@ -6,7 +6,7 @@ import { useCallback } from 'react'; const AUTOSCROLL_THRESHOLD = 50; const AUTOSCROLL_MIN_SPEED = 1; -const AUTOSCROLL_MAX_SPEED = 5; +const AUTOSCROLL_MAX_SPEED = 7; const AUTOSCROLL_THRESHOLD_MAX_DISTANCE = 100; function easeInOutCubicWorklet(x: number): number { diff --git a/src/screens/change-wallet/components/PinnedWalletsGrid.tsx b/src/screens/change-wallet/components/PinnedWalletsGrid.tsx index a00236884db..47d2c42b485 100644 --- a/src/screens/change-wallet/components/PinnedWalletsGrid.tsx +++ b/src/screens/change-wallet/components/PinnedWalletsGrid.tsx @@ -21,7 +21,7 @@ import { triggerHaptics } from 'react-native-turbo-haptics'; const UNPIN_BADGE_SIZE = 28; const PINS_PER_ROW = 3; const GRID_GAP = 26; -const MAX_AVATAR_SIZE = 91; +const MAX_AVATAR_SIZE = 105; type PinnedWalletsGridProps = { walletItems: AddressItem[]; @@ -113,8 +113,8 @@ export function PinnedWalletsGrid({ walletItems, onPress, editMode, menuItems, o shouldRasterizeIOS >