andoncloud-sdk 1.7.35 → 1.7.36
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/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1918,7 +1918,10 @@ const baseTheme = responsiveFontSizes(createTheme({
|
|
|
1918
1918
|
}
|
|
1919
1919
|
` } },
|
|
1920
1920
|
palette: {
|
|
1921
|
-
background:
|
|
1921
|
+
background: {
|
|
1922
|
+
default: "#090B0E",
|
|
1923
|
+
paper: "#252A32"
|
|
1924
|
+
},
|
|
1922
1925
|
primary: {
|
|
1923
1926
|
main: "#0366EB",
|
|
1924
1927
|
light: "#71A9F4"
|