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