If you pass anything to the style prop, it overrides the inline styles the component needs to position the "current" tab accent.
To see the bug, add style={{ border: '1px solid red'}} to any <Tabs> and see the border applies but the current tab styling disappears.
If you pass anything to the
styleprop, it overrides the inlinestyles the component needs to position the "current" tab accent.To see the bug, add
style={{ border: '1px solid red'}}to any<Tabs>and see the border applies but the current tab styling disappears.