andoncloud-sdk 1.4.1 → 1.4.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.
@@ -1731,6 +1731,12 @@ var defaultTheme = styles.createTheme(styles.adaptV4Theme({
1731
1731
  color: "white"
1732
1732
  }
1733
1733
  },
1734
+ MuiMenu: {
1735
+ paper: {
1736
+ color: "white",
1737
+ background: "#2d2d2d"
1738
+ }
1739
+ },
1734
1740
  MuiFormControl: {
1735
1741
  root: {
1736
1742
  alignItems: "center"