@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 +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -825,7 +825,7 @@ var tableCustomStyles = {
|
|
|
825
825
|
style: {
|
|
826
826
|
color: "var(--neutral-45)",
|
|
827
827
|
fontWeight: 500,
|
|
828
|
-
fontSize: "
|
|
828
|
+
fontSize: "var(--font-size-14-px)",
|
|
829
829
|
},
|
|
830
830
|
},
|
|
831
831
|
rows: {
|
|
@@ -837,6 +837,7 @@ var tableCustomStyles = {
|
|
|
837
837
|
cells: {
|
|
838
838
|
style: {
|
|
839
839
|
padding: "16px",
|
|
840
|
+
fontSize: "var(--font-size-16-px)",
|
|
840
841
|
},
|
|
841
842
|
},
|
|
842
843
|
pagination: {
|