Измените свой стиль на следующий.
const styles = theme => ({
menuItem: {
backgroundColor: "#fff",
height: "50px",
fontSize: "50px"
},
primary: {
height: "100%",
backgroundColor: "#fff",
fontSize: "30px"
},
icon: {
fill: "#ffff",
backgroundColor: "#ff6b30",
width: "70px",
height: "70px"
}
});