@hyphen/hyphen-components 2.9.6 → 2.10.1

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.
@@ -805,7 +805,7 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
805
805
  display: "inline-flex",
806
806
  direction: "row",
807
807
  alignItems: "center",
808
- gap: "xs"
808
+ gap: "md"
809
809
  }, isLoading && React.createElement(Spinner, {
810
810
  className: styles$r['spinner-wrapper']
811
811
  }), iconPrefix && React.createElement(Icon, {