@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.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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",
|