@shoplflow/base 0.26.8 → 0.26.9

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.js CHANGED
@@ -917,7 +917,7 @@ var ModalBody = ({
917
917
  }) => {
918
918
  const { height: windowHeight } = useViewportSizeObserver();
919
919
  const headerHeight = 64;
920
- const footerHeight = 64;
920
+ const footerHeight = 72;
921
921
  const topBottomMargin = 64;
922
922
  const getHeaderFooterHeight = useCallback(() => {
923
923
  let result = 0;