diff --git a/apps/mobile/src/components/SelectionHeader/index.js b/apps/mobile/src/components/SelectionHeader/index.js index c834c7829..f17808686 100644 --- a/apps/mobile/src/components/SelectionHeader/index.js +++ b/apps/mobile/src/components/SelectionHeader/index.js @@ -34,7 +34,7 @@ export const SelectionHeader = () => { paddingHorizontal: 12, transform: [ { - translateY: selectionMode ? 0 : -100, + translateY: selectionMode ? 0 : -150, }, ], }}>