@sinco/react 1.0.10-rc.15 → 1.0.10-rc.17

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.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15899,7 +15899,14 @@ const stylesEncabezado = {
15899
15899
  justifyContent: "space-between",
15900
15900
  backgroundColor: "secondary.light",
15901
15901
  py: "12px",
15902
- px: "8px"
15902
+ px: "8px",
15903
+ fontFamily: "Nunito",
15904
+ fontSize: 16,
15905
+ fontWeight: 600,
15906
+ lineHeight: 1.6,
15907
+ '@media(max-width: 885px)': {
15908
+ fontSize: 17
15909
+ }
15903
15910
  };
15904
15911
  const stylesContenido = {
15905
15912
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.10-rc.15",
3
+ "version": "1.0.10-rc.17",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",