mui-design-system 0.0.11 → 0.0.12
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.
|
@@ -117,19 +117,19 @@ export const darkPalette = {
|
|
|
117
117
|
1: "#cddbff",
|
|
118
118
|
},
|
|
119
119
|
inherit: {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
10: "
|
|
125
|
-
9: "
|
|
126
|
-
8: "
|
|
127
|
-
7: "
|
|
128
|
-
6: "
|
|
129
|
-
5: "
|
|
130
|
-
4: "
|
|
131
|
-
3: "
|
|
132
|
-
2: "
|
|
133
|
-
1: "
|
|
120
|
+
light: "#212EBB",
|
|
121
|
+
dark: "#7B9EFE",
|
|
122
|
+
contrastText: "#FAFAFA",
|
|
123
|
+
main: "#3440C1",
|
|
124
|
+
10: "#212EBB",
|
|
125
|
+
9: "#3440C1",
|
|
126
|
+
8: "#4D59D7",
|
|
127
|
+
7: "#646FED",
|
|
128
|
+
6: "#727CF4",
|
|
129
|
+
5: "#7984FF",
|
|
130
|
+
4: "#6B91FB",
|
|
131
|
+
3: "#7B9EFE",
|
|
132
|
+
2: "#98B3FE",
|
|
133
|
+
1: "#cddbff",
|
|
134
134
|
},
|
|
135
135
|
};
|
|
@@ -117,19 +117,19 @@ export const lightPalette = {
|
|
|
117
117
|
1: "#cddbff",
|
|
118
118
|
},
|
|
119
119
|
inherit: {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
10: "
|
|
125
|
-
9: "
|
|
126
|
-
8: "
|
|
127
|
-
7: "
|
|
128
|
-
6: "
|
|
129
|
-
5: "
|
|
130
|
-
4: "
|
|
131
|
-
3: "
|
|
132
|
-
2: "
|
|
133
|
-
1: "
|
|
120
|
+
light: "#212EBB",
|
|
121
|
+
dark: "#7B9EFE",
|
|
122
|
+
contrastText: "#FAFAFA",
|
|
123
|
+
main: "#3440C1",
|
|
124
|
+
10: "#212EBB",
|
|
125
|
+
9: "#3440C1",
|
|
126
|
+
8: "#4D59D7",
|
|
127
|
+
7: "#646FED",
|
|
128
|
+
6: "#727CF4",
|
|
129
|
+
5: "#7984FF",
|
|
130
|
+
4: "#6B91FB",
|
|
131
|
+
3: "#7B9EFE",
|
|
132
|
+
2: "#98B3FE",
|
|
133
|
+
1: "#cddbff",
|
|
134
134
|
},
|
|
135
135
|
};
|