Bug Description
While passing custom classNames with the New Rainbow button component it removes/ overrides the animation
To Reproduce
Steps to reproduce the behavior:
Install the new Rainbow button with CLI
Use it in project (Animation will show)
Add className to it as props
Notice the button becomes animationless
Expected behavior
While using with the className props like this
<RainbowButton className="p-2 flex gap-2">{children}</RainbowButton>;
It should combine with the animation.
Screenshots
Desktop (please complete the following information):
OS - MacOs
Browser - chrome
Version 129.0.6668.90
Additional context
Btw I have figured it out and solved the issue for my project. If needed i can fix this also.
Bug Description While passing custom classNames with the New Rainbow button component it removes/ overrides the animation
To Reproduce Steps to reproduce the behavior:
Expected behavior While using with the className props like this
<RainbowButton className="p-2 flex gap-2">{children}</RainbowButton>;
It should combine with the animation.Screenshots
Desktop (please complete the following information):
Additional context Btw I have figured it out and solved the issue for my project. If needed i can fix this also.