Transparent AppBar in material-ui (React)
You can change its background color to transparent and remove the box-shadow this way:
<AppBar position="static" style={{ background: 'transparent', boxShadow: 'none'}}>
<AppBar color="transparent" elevation={0}>