get appbar color material ui code example
Example 1: change material ui appbar color
<AppBar position="static" color="transparent">
Example 2: change appbar color in material ui
<AppBar style={{ background: '#2E3B55' }}>
<AppBar position="static" color="transparent">
<AppBar style={{ background: '#2E3B55' }}>