Button
's theme={}
not applying
#663
Labels
🐛 bug
Something isn't working
confirmed
This bug was confirmed
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
Passing a
theme={}
to aButton
does nothing.To Reproduce
Steps to reproduce the behavior:
Button
from packagetheme={}
Expected behavior
The custom theme should be applied to the
Button
.Project information:
Additional context
Posting this here to not lose track of it - this was discussed in the Discord last week but I didn't have time to implement it. Will probably get a PR up this week, but if anyone else wants to take this, be my guest.
On Discord, from @rluders :
Splitting the existing
useTheme()
here to something like the above should do the trick. Needs testing.The text was updated successfully, but these errors were encountered: