@ctlyst.id/internal-ui 2.0.27 → 2.0.28

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.
@@ -2750,6 +2750,7 @@ const PaginationButton = /*#__PURE__*/react.forwardRef(({
2750
2750
  py: 2,
2751
2751
  h: 8,
2752
2752
  minW: "auto",
2753
+ width: 8,
2753
2754
  background: isActive ? 'primary.500' : btnBg,
2754
2755
  color: isActive ? 'white' : btnColor,
2755
2756
  _hover: !isActive ? {