How change active tab color in React material-ui?

后端 未结 6 847
遇见更好的自我
遇见更好的自我 2021-02-11 21:50

How I can change the color of the active tab?

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

6条回答
  •  青春惊慌失措
    2021-02-11 22:17

    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:

    ...
    

提交回复
热议问题