@shoplflow/base 0.26.8 → 0.26.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -942,7 +942,7 @@ var ModalBody = ({
942
942
  }) => {
943
943
  const { height: windowHeight } = useViewportSizeObserver();
944
944
  const headerHeight = 64;
945
- const footerHeight = 64;
945
+ const footerHeight = 72;
946
946
  const topBottomMargin = 64;
947
947
  const getHeaderFooterHeight = React3.useCallback(() => {
948
948
  let result = 0;