@sinco/react 1.1.1-rc.2 → 1.1.1-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.
- package/index.js +4 -14
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6647,20 +6647,10 @@ const palette = {
|
|
|
6647
6647
|
};
|
|
6648
6648
|
const paletteAdpro = {
|
|
6649
6649
|
primary: {
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
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"
|
|
6650
|
+
contrastText: "#ffffff",
|
|
6651
|
+
light: "#2B9DA7",
|
|
6652
|
+
main: "#058C97",
|
|
6653
|
+
dark: "#015C69"
|
|
6664
6654
|
},
|
|
6665
6655
|
secondary: {
|
|
6666
6656
|
50: "#E0F7FA",
|