@sinco/react 1.2.4-rc.3 → 1.2.4-rc.4

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.esm.js +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -8377,6 +8377,9 @@ var components = {
8377
8377
  },
8378
8378
  MuiSvgIcon: {
8379
8379
  styleOverrides: {
8380
+ root: {
8381
+ color: "rgba(16, 24, 64, 0.04)"
8382
+ },
8380
8383
  fontSizeLarge: {
8381
8384
  width: 35,
8382
8385
  height: 35,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.2.4-rc.3",
3
+ "version": "1.2.4-rc.4",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",