Material UI change active tab color
Material UI change active tab color– We can use inkBarStyle to change the active tab color in Material UI framework.
Material UI change active tab color Example
You can use inkBarStyle to chnage active tab color in Material UI. Here is an example of this-
Material UI change active tab color Example:
<Tabs inkBarStyle={{background: 'yellow'}}>... |
Advertisements