@sinco/react 1.2.6 → 1.2.7-rc.0
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/index.esm.js +1 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
@@ -25567,7 +25567,7 @@ var DynamicColor = /*#__PURE__*/function () {
|
|
25567
25567
|
contrastText: "#ffffff"
|
25568
25568
|
};
|
25569
25569
|
backgroundColor = {
|
25570
|
-
"default":
|
25570
|
+
"default": 'rgba(25, 118, 210, 0.1)',
|
25571
25571
|
paper: "#fff"
|
25572
25572
|
};
|
25573
25573
|
return _context.a(2, {
|