@sinco/react 1.0.1-rc.8 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ import '@fontsource/roboto/500.css';
32
32
  import '@fontsource/roboto/300.css'; <br/>
33
33
  import '@fontsource/roboto/400.css'; <br/>
34
34
  import '@fontsource/roboto/500.css'; <br/>
35
- import '@fontsource/roboto/60.css';
35
+ import '@fontsource/roboto/600.css';
36
36
 
37
37
  Para usar el `Iconcomponent` de fuente, primero debe agregar la [fuente](https://mui.com/material-ui/getting-started/installation/#icons) Material Icons.
38
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.1-rc.8",
3
+ "version": "1.0.1",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",