@kaio-xyz/design-system 1.1.32 → 1.1.33

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.cjs.js CHANGED
@@ -848,7 +848,7 @@ var tableCustomStyles = {
848
848
  style: {
849
849
  color: "var(--neutral-45)",
850
850
  fontWeight: 500,
851
- fontSize: "14px",
851
+ fontSize: "var(--font-size-14-px)",
852
852
  },
853
853
  },
854
854
  rows: {
@@ -860,6 +860,7 @@ var tableCustomStyles = {
860
860
  cells: {
861
861
  style: {
862
862
  padding: "16px",
863
+ fontSize: "var(--font-size-16-px)",
863
864
  },
864
865
  },
865
866
  pagination: {