Slight Customizations on ConnectButton Modal #1502
Unanswered
mubarakone
asked this question in
Q&A
Replies: 1 comment
-
@mubarakone There isn't a simple process to change the content inside a modal in fact it's not possible. We would have to create a new feature or expose a hook that will allow you to edit those contents. |
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
-
I understand the best way to fully customize your ConnectButton component is to use ConnectButton.Custom. However, I only want to slightly change the component, which means I will be needing all the original styles of ConnectButton to apply for ConnectButton.Custom.
Circled in red, I will simply be changing the contents inside the circle but keeping everything else the same
How would I go about this process? Is there an easier way that I haven't realized?
Beta Was this translation helpful? Give feedback.
All reactions