I am seeking how to change the color of tabs in flowbite-react component, I'm using Next.js. I already setup as per doc here https://flowbite.com/docs/getting-started/next-js/
Also I realized that there is no ClassName
property in Tabs component, so I tried to use the color
property, but nothing happened.
Here is the SS:
No ClassName
property in Tabs.Group
No ClassName
property in Tabs.Item
Color not changed using color
property