@sinco/react 1.1.0-rc.1 → 1.1.0-rc.2
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.js +14 -15
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6647,21 +6647,20 @@ const palette = {
|
|
|
6647
6647
|
};
|
|
6648
6648
|
const paletteAdpro = {
|
|
6649
6649
|
primary: {
|
|
6650
|
-
50: "#
|
|
6651
|
-
100: "#
|
|
6652
|
-
200: "#
|
|
6653
|
-
300: "#
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
600: "#
|
|
6657
|
-
700: "#
|
|
6658
|
-
800: "#
|
|
6659
|
-
|
|
6660
|
-
A100: "#
|
|
6661
|
-
A200: "#
|
|
6662
|
-
A400: "#
|
|
6663
|
-
A700: "#
|
|
6664
|
-
contrastText: "#ffffff"
|
|
6650
|
+
50: "#F8FAFB",
|
|
6651
|
+
100: "#E6EFF0",
|
|
6652
|
+
200: "#D2E3E4",
|
|
6653
|
+
300: "#82C6CB",
|
|
6654
|
+
400: "#2B9DA7",
|
|
6655
|
+
500: "#058C97",
|
|
6656
|
+
600: "#04848F",
|
|
6657
|
+
700: "#047984",
|
|
6658
|
+
800: "#036F7A",
|
|
6659
|
+
900: "#015C69",
|
|
6660
|
+
A100: "#98F0FF",
|
|
6661
|
+
A200: "#65E9FF",
|
|
6662
|
+
A400: "#32E1FF",
|
|
6663
|
+
A700: "#32E1FF"
|
|
6665
6664
|
},
|
|
6666
6665
|
secondary: {
|
|
6667
6666
|
50: "#E0F7FA",
|