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
Does anyone have an example of using themr with pure function components vs. classes and how to provide a default theme and then override that theme from a parent container? I've searched through the readmes and issue log and I'm not finding anything solid as an example for this case.
Default theme seems to work fine and the button component displays the default styles no problem. However, nothing happens when the parent passes a theme down.
The text was updated successfully, but these errors were encountered:
Does anyone have an example of using themr with pure function components vs. classes and how to provide a default theme and then override that theme from a parent container? I've searched through the readmes and issue log and I'm not finding anything solid as an example for this case.
Here's my thought on how it should work
Default theme seems to work fine and the button component displays the default styles no problem. However, nothing happens when the parent passes a theme down.
The text was updated successfully, but these errors were encountered: