How change active tab color in React material-ui?

后端 未结 6 874
暖寄归人
暖寄归人 2021-02-11 22:01

How I can change the color of the active tab?

I mean, this pink line, look at the pic.

6条回答
  •  执念已碎
    2021-02-11 22:04

    Well, you have two options:

    You could customize the theme:
    http://www.material-ui.com/#/customization/themes

    But the easiest way would be using the inkBarStyle property.
    You can see it in the docs..
    Example:

    ...
    

提交回复
热议问题