You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i change the theme from the main wrapper ClassName (i'm using tailwindCSS + nextUI), every comopnent change their theme fine without issues. But not all nextUI components, Where's that certain components are not inherit that theme anymore and they stuck on the "Default theme" anyway.
In my case i've faced this issue in these components: Autocomplete, Modal, Dropdown, Navbar (Only NavbarMenu).
and this is the main Wrapper code of those components:
In the image bellow an exemple of the issue in Autocomplete component.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Add one or more components from the these ones ( Autocomplete, Modal, Dropdown, Navbar (Only NavbarMenu) ), and give the main Wrapper of them a Classname="light text-foreground bg-background", and you'll see that they're taking the default theme as theires anyway.
Expected behavior
As a user, i expected from the components to get the same theme of their wrapper component.
Screenshots or Videos
Operating System Version
OS: Windows 11
Browser
Chrome
The text was updated successfully, but these errors were encountered:
HeroUI Version
2.6.12
Describe the bug
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Add one or more components from the these ones ( Autocomplete, Modal, Dropdown, Navbar (Only NavbarMenu) ), and give the main Wrapper of them a Classname="light text-foreground bg-background", and you'll see that they're taking the default theme as theires anyway.
Expected behavior
As a user, i expected from the components to get the same theme of their wrapper component.
Screenshots or Videos
Operating System Version
Browser
Chrome
The text was updated successfully, but these errors were encountered: