@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.mjs CHANGED
@@ -6351,12 +6351,12 @@ var baseStyle11 = definePartsStyle10({
6351
6351
  cursor: "pointer",
6352
6352
  _hover: {
6353
6353
  td: {
6354
- backgroundColor: "neutral.200"
6354
+ backgroundColor: "neutral.100"
6355
6355
  }
6356
6356
  },
6357
6357
  '&[data-active="true"]': {
6358
6358
  td: {
6359
- backgroundColor: "neutral.100"
6359
+ backgroundColor: "neutral.200"
6360
6360
  }
6361
6361
  }
6362
6362
  }