Answers for "how to change the color of app bar in material ui using inline tag"

2

change appbar color in material ui

<AppBar style={{ background: '#2E3B55' }}>
Posted by: Guest on May-31-2021
0

change material ui appbar color

<AppBar position="static" color="transparent">
Posted by: Guest on December-27-2020

Code answers related to "how to change the color of app bar in material ui using inline tag"

Browse Popular Code Answers by Language