Extensive padding on screens with navigation

Hey it seems there’s some change in padding since 2025-01 for modal with navigation, it does not look to good on smaller screens (mobile).

Below code example:

export default reactExtension('pos.home.modal.render', () => (
  <QueryClientProvider client={queryClient}>
    <ActivitiesModal />
  </QueryClientProvider>
))

export const ActivitiesModal: React.FC = () => {
  return (
    <Navigator>
      <Screen name="Test" title="Test">
        <Text>Test</Text>
      </Screen>
    </Navigator>
  )
}

Below screnshot of above (it seems there’s quite a lot of padding between “screen title” and actual text. And I couldn’t find any way to configure it to be smaller.

Hello!

Thanks for the report. This should be fixed in POS version 9.27