@ctlyst.id/internal-ui 2.1.6 → 2.1.7

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.
@@ -22,7 +22,6 @@ import { accordionAnatomy, alertAnatomy, checkboxAnatomy, inputAnatomy, popoverA
22
22
  import { createMultiStyleConfigHelpers, defineStyle as defineStyle$1, cssVar, defineStyleConfig } from '@chakra-ui/styled-system';
23
23
  import { mode, calc, cssVar as cssVar$1 } from '@chakra-ui/theme-tools';
24
24
  import axios from 'axios';
25
- import 'react-toastify/dist/ReactToastify.css';
26
25
  import { ToastContainer } from 'react-toastify';
27
26
 
28
27
  /* eslint-disable react/require-default-props */
@@ -1681,7 +1680,13 @@ const Datepicker = ({
1681
1680
  "data-test-id": "bcpJJyCP0z_RIAGZXDU6s",
1682
1681
  onClick: onClear,
1683
1682
  cursor: "pointer"
1684
- }))), !isError ? /*#__PURE__*/React__default.createElement(FormHelperText, null, helperText) : /*#__PURE__*/React__default.createElement(FormErrorMessage, null, error));
1683
+ }))), !isError ? /*#__PURE__*/React__default.createElement(FormHelperText, {
1684
+ fontSize: "text.xs",
1685
+ mt: 1
1686
+ }, helperText) : /*#__PURE__*/React__default.createElement(FormErrorMessage, {
1687
+ fontSize: "text.xs",
1688
+ mt: 1
1689
+ }, error));
1685
1690
  };
1686
1691
  Datepicker.defaultProps = {
1687
1692
  id: undefined,