igloo-d2c-components 1.0.17 → 1.0.18

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/cjs/index.js CHANGED
@@ -2745,7 +2745,7 @@ const HealthQuestionGroup = ({ question, questionNumber, value, onChange, error,
2745
2745
  };
2746
2746
 
2747
2747
  const FormContainer$3 = styles.styled(material.Box)({
2748
- padding: '0 16px 100px',
2748
+ padding: '0 16px 24px',
2749
2749
  });
2750
2750
  const CheckboxContainer$1 = styles.styled(material.Box)({
2751
2751
  marginTop: '12px',
@@ -2785,7 +2785,7 @@ const PersonalInformationForm = ({ renderField, fields, consents, onSubmit, form
2785
2785
  };
2786
2786
 
2787
2787
  const FormContainer$2 = styles.styled(material.Box)({
2788
- padding: '0 16px 100px',
2788
+ padding: '0 16px 24px',
2789
2789
  });
2790
2790
  const CheckboxContainer = styles.styled(material.Box)({
2791
2791
  marginTop: '12px',
@@ -2858,7 +2858,7 @@ const ContactDetailsForm = ({ renderField, fields, mailingFields, mailingAddress
2858
2858
  };
2859
2859
 
2860
2860
  const FormContainer$1 = styles.styled(material.Box)({
2861
- padding: '0 16px 100px',
2861
+ padding: '0 16px 24px',
2862
2862
  });
2863
2863
 
2864
2864
  const HealthInformationForm = ({ renderField, measurementFields, healthQuestions, onSubmit, formRef, sx, }) => {
@@ -2866,7 +2866,7 @@ const HealthInformationForm = ({ renderField, measurementFields, healthQuestions
2866
2866
  };
2867
2867
 
2868
2868
  const FormContainer = styles.styled(material.Box)({
2869
- padding: '0 16px 100px',
2869
+ padding: '0 16px 24px',
2870
2870
  });
2871
2871
 
2872
2872
  const ChildInformationForm = ({ renderField, fields, onSubmit, formRef, sx, }) => {