Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upButton component is not easy to extend #159
Open
Labels
Comments
|
@cezaraugusto can you provide an example which requires too much thinking? |
|
@cezaraugusto I extended button quite easy. I did it like this: https://github.com/brave/brave-ui/blob/master/src/features/rewards/modalAddFunds/style.ts#L88 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying to apply
styled()to buttons is not straight-forward. It should be easy enough to just apply the new styles without worrying about TypeScript definitions or thinking too much.this needs investigation for details but for now I opened this w/ tracking purposes