Replies: 1 comment
-
let me know if y'all would accept a PR for this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We'd like to add some custom buttons to the user's authenticated wallet popup (ProfileDetails.tsx).
Right now we are considering injecting HTML components through React. This is difficult because it seems the CSS classnames of RainbowKit components are dynamic. Another option we considered is to maintain a fork of RK with our modifications, but seems to be too much extra maintenance.
Beta Was this translation helpful? Give feedback.
All reactions