You can try this material UI latest version support TabIndicatorProps through which you can pass style key.
<Tabs TabIndicatorProps={{style: {background:'ANY_COLOR'}}}>......
You can try this material UI latest version support TabIndicatorProps through which you can pass style key.
<Tabs TabIndicatorProps={{style: {background:'ANY_COLOR'}}}>......