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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +8 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15891,7 +15891,14 @@ const stylesDrawerContainer = {
15891
15891
  justifyContent: "space-between",
15892
15892
  width: "530px",
15893
15893
  height: "100%",
15894
- overflow: "hidden"
15894
+ overflow: "hidden",
15895
+ fontFamily: "Nunito",
15896
+ fontSize: 16,
15897
+ fontWeight: 600,
15898
+ lineHeight: 1.6,
15899
+ '@media(max-width: 885px)': {
15900
+ fontSize: 17
15901
+ }
15895
15902
  };
15896
15903
  const stylesEncabezado = {
15897
15904
  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.16",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",