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/esm/index.js CHANGED
@@ -2725,7 +2725,7 @@ const HealthQuestionGroup = ({ question, questionNumber, value, onChange, error,
2725
2725
  };
2726
2726
 
2727
2727
  const FormContainer$3 = styled(Box)({
2728
- padding: '0 16px 100px',
2728
+ padding: '0 16px 24px',
2729
2729
  });
2730
2730
  const CheckboxContainer$1 = styled(Box)({
2731
2731
  marginTop: '12px',
@@ -2765,7 +2765,7 @@ const PersonalInformationForm = ({ renderField, fields, consents, onSubmit, form
2765
2765
  };
2766
2766
 
2767
2767
  const FormContainer$2 = styled(Box)({
2768
- padding: '0 16px 100px',
2768
+ padding: '0 16px 24px',
2769
2769
  });
2770
2770
  const CheckboxContainer = styled(Box)({
2771
2771
  marginTop: '12px',
@@ -2838,7 +2838,7 @@ const ContactDetailsForm = ({ renderField, fields, mailingFields, mailingAddress
2838
2838
  };
2839
2839
 
2840
2840
  const FormContainer$1 = styled(Box)({
2841
- padding: '0 16px 100px',
2841
+ padding: '0 16px 24px',
2842
2842
  });
2843
2843
 
2844
2844
  const HealthInformationForm = ({ renderField, measurementFields, healthQuestions, onSubmit, formRef, sx, }) => {
@@ -2846,7 +2846,7 @@ const HealthInformationForm = ({ renderField, measurementFields, healthQuestions
2846
2846
  };
2847
2847
 
2848
2848
  const FormContainer = styled(Box)({
2849
- padding: '0 16px 100px',
2849
+ padding: '0 16px 24px',
2850
2850
  });
2851
2851
 
2852
2852
  const ChildInformationForm = ({ renderField, fields, onSubmit, formRef, sx, }) => {