How to disable box-shadow globally for all Material UI components? July 14, 2023 by Tarik You can do it by component like this: <AppBar elevation={0} />