andoncloud-sdk 1.4.2 → 1.4.3

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.
@@ -1733,10 +1733,14 @@ var defaultTheme = styles.createTheme(styles.adaptV4Theme({
1733
1733
  },
1734
1734
  MuiMenu: {
1735
1735
  paper: {
1736
- color: "white",
1737
1736
  background: "#2d2d2d"
1738
1737
  }
1739
1738
  },
1739
+ MuiMenuItem: {
1740
+ root: {
1741
+ color: "white"
1742
+ }
1743
+ },
1740
1744
  MuiFormControl: {
1741
1745
  root: {
1742
1746
  alignItems: "center"