@ctlyst.id/internal-ui 3.1.14 → 3.1.15

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -3240,6 +3240,10 @@ var PaginationButton = forwardRef9(({ className, style, isActive, children, ...r
3240
3240
  background: btnNotActiveBg,
3241
3241
  color: btnNotActiveColor
3242
3242
  } : {},
3243
+ _active: {
3244
+ background: "primary.500",
3245
+ color: "neutral.300"
3246
+ },
3243
3247
  _disabled: {
3244
3248
  background: useColorModeValue4("neutral.300", "mirage.900"),
3245
3249
  color: "neutral.600",