ps-toolkit-ui 1.5.61 → 1.5.62

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.
@@ -2404,7 +2404,7 @@
2404
2404
  var _this = this;
2405
2405
  var l = [];
2406
2406
  for (var i = s; i < f; i++) {
2407
- var b = new InputClass(this.table.environment, this.table.l, i.toString(), null, exports.InputType.Button, 'h-25' + (this.table.page === i ? ' active' : ' extra'), i);
2407
+ var b = new InputClass(this.table.environment, this.table.l, i.toString(), null, exports.InputType.Button, 'h-25' + (this.table.page === i ? ' white' : ' extra'), i);
2408
2408
  b.onClick = function (btn) { return _this.changePage(btn); };
2409
2409
  l.push(b);
2410
2410
  }