@bsol-oss/react-datatable5 12.0.0-beta.15 → 12.0.0-beta.16
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3559,7 +3559,7 @@ const TableDataDisplay = ({ colorPalette, emptyComponent, }) => {
|
|
|
3559
3559
|
paddingX: "2",
|
|
3560
3560
|
py: "1",
|
|
3561
3561
|
color: { base: "colorPalette.900", _dark: "colorPalette.100" },
|
|
3562
|
-
bgColor: { base: "colorPalette.
|
|
3562
|
+
bgColor: { base: "colorPalette.50", _dark: "colorPalette.950" },
|
|
3563
3563
|
borderBottomColor: { base: "colorPalette.200", _dark: "colorPalette.800" },
|
|
3564
3564
|
borderBottomWidth: "1px",
|
|
3565
3565
|
...{ colorPalette },
|
package/dist/index.mjs
CHANGED
|
@@ -3539,7 +3539,7 @@ const TableDataDisplay = ({ colorPalette, emptyComponent, }) => {
|
|
|
3539
3539
|
paddingX: "2",
|
|
3540
3540
|
py: "1",
|
|
3541
3541
|
color: { base: "colorPalette.900", _dark: "colorPalette.100" },
|
|
3542
|
-
bgColor: { base: "colorPalette.
|
|
3542
|
+
bgColor: { base: "colorPalette.50", _dark: "colorPalette.950" },
|
|
3543
3543
|
borderBottomColor: { base: "colorPalette.200", _dark: "colorPalette.800" },
|
|
3544
3544
|
borderBottomWidth: "1px",
|
|
3545
3545
|
...{ colorPalette },
|