Transparent AppBar in material-ui (React)

后端 未结 3 839
名媛妹妹
名媛妹妹 2021-02-07 15:26

Is there a way to change the background property of my material-ui AppBar component to transparent without having to actually change the CSS?

I\'ve tried th

3条回答
  •  执笔经年
    2021-02-07 16:15

    You can change its background color to transparent and remove the box-shadow this way:

    
    

提交回复
热议问题