@ctlyst.id/internal-ui 3.1.14 → 3.1.15

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.
package/dist/index.js CHANGED
@@ -3474,6 +3474,10 @@ var PaginationButton = (0, import_react57.forwardRef)(({ className, style, isAct
3474
3474
  background: btnNotActiveBg,
3475
3475
  color: btnNotActiveColor
3476
3476
  } : {},
3477
+ _active: {
3478
+ background: "primary.500",
3479
+ color: "neutral.300"
3480
+ },
3477
3481
  _disabled: {
3478
3482
  background: (0, import_react57.useColorModeValue)("neutral.300", "mirage.900"),
3479
3483
  color: "neutral.600",