ps-toolkit-ui 0.1.19 → 0.1.20

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.
@@ -1583,7 +1583,7 @@
1583
1583
  return;
1584
1584
  }
1585
1585
  var br = new InputClass(this.environment, this.l, null, null, exports.InputType.Label, (this.onTop ? 'space' : 'underline') + (onSubmit === null ? '' : ' m-v-5'));
1586
- var save = new InputClass(this.environment, this.l, name, 'fa-duotone fa-check', exports.InputType.Submit, 'w-30 f-l save-form-btn' + cls + (onSubmit === null ? ' h-35' : ' h-25'));
1586
+ var save = new InputClass(this.environment, this.l, name, 'fa-duotone fa-check', exports.InputType.Submit, 'w-30 f-l save-form-btn ' + cls + (onSubmit === null ? ' h-35' : ' h-25'));
1587
1587
  save.onClick = function () {
1588
1588
  _this.submit(onSubmit);
1589
1589
  };