Skip to content

Commit

Permalink
chore: add all wallets button
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Dec 12, 2024
1 parent c93c998 commit 2da6057
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import { state } from 'lit/decorators.js'
export class W3mConnectingWcBasicView extends LitElement {
@state() private isMobile = CoreHelperUtil.isMobile()

public constructor() {
super()
}
// -- Render -------------------------------------------- //
public override render() {
// eslint-disable-next-line no-console
Expand All @@ -35,7 +32,11 @@ export class W3mConnectingWcBasicView extends LitElement {
</wui-flex>`
}

return html`<w3m-connecting-wc-view></w3m-connecting-wc-view>`
return html`<wui-flex flexDirection="column" .padding=${['0', '0', 'l', '0'] as const}>
<w3m-connecting-wc-view></w3m-connecting-wc-view>
<wui-flex flexDirection="column" .padding=${['0', 'm', '0', 'm'] as const}>
<w3m-all-wallets-widget></w3m-all-wallets-widget> </wui-flex
></wui-flex>`
}
}
declare global {
Expand Down

0 comments on commit 2da6057

Please sign in to comment.