@transferwise/components 0.0.0-experimental-e477c03 → 0.0.0-experimental-fdc9198

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/build/index.js CHANGED
@@ -4916,7 +4916,7 @@ const Label = ({
4916
4916
  return /*#__PURE__*/jsxRuntime.jsx("label", {
4917
4917
  id: id,
4918
4918
  htmlFor: htmlFor,
4919
- className: classNames__default.default('control-label d-flex flex-column gap-y-xs m-b-0', className),
4919
+ className: classNames__default.default('control-label d-flex flex-column gap-y-1 m-b-0', className),
4920
4920
  children: children
4921
4921
  });
4922
4922
  };