You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lorisleiva Is this possible to implement?
Seems like a minimal change. I'd like to be able to style it (like add tailwind w-full class to the button when in my sub menu)
As a developer, I would like to customize
<wallet-multi-button />
text (say change it from "Select Wallet" to "Connect Wallet").Currently, it's practically impossible without overriding the whole 100-liner slot:
solana-wallets-vue/src/components/WalletMultiButton.vue
Lines 89 to 154 in f624f72
While some other buttons have fine-grain slots such as
<slot name="dropdown-button">
, there is no slot for the primary button.The text was updated successfully, but these errors were encountered: