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