@ctlyst.id/internal-ui 3.1.10 → 3.1.11
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6423,12 +6423,12 @@ var baseStyle11 = definePartsStyle10({
|
|
|
6423
6423
|
cursor: "pointer",
|
|
6424
6424
|
_hover: {
|
|
6425
6425
|
td: {
|
|
6426
|
-
backgroundColor: "neutral.
|
|
6426
|
+
backgroundColor: "neutral.100"
|
|
6427
6427
|
}
|
|
6428
6428
|
},
|
|
6429
6429
|
'&[data-active="true"]': {
|
|
6430
6430
|
td: {
|
|
6431
|
-
backgroundColor: "neutral.
|
|
6431
|
+
backgroundColor: "neutral.200"
|
|
6432
6432
|
}
|
|
6433
6433
|
}
|
|
6434
6434
|
}
|