design-zystem 1.0.203 → 1.0.204

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 CHANGED
@@ -2593,7 +2593,7 @@ var StyledTableHeader = import_styled_components21.default.div.withConfig({
2593
2593
  position: sticky;
2594
2594
  top: 0;
2595
2595
  background-color: ${(props) => props.backgroundColor || colors.grey_100};
2596
- color: white;
2596
+ color: ${(props) => colors.text};
2597
2597
  font-weight: bold;
2598
2598
  font-size: 1.5em;
2599
2599
  z-index: 1;
package/dist/index.mjs CHANGED
@@ -2517,7 +2517,7 @@ var StyledTableHeader = styled21.div.withConfig({
2517
2517
  position: sticky;
2518
2518
  top: 0;
2519
2519
  background-color: ${(props) => props.backgroundColor || colors.grey_100};
2520
- color: white;
2520
+ color: ${(props) => colors.text};
2521
2521
  font-weight: bold;
2522
2522
  font-size: 1.5em;
2523
2523
  z-index: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-zystem",
3
- "version": "1.0.203",
3
+ "version": "1.0.204",
4
4
  "description": "A React design system of importable components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",