Skip to content

Commit

Permalink
fix: make new federation form full width
Browse files Browse the repository at this point in the history
  • Loading branch information
elsirion committed May 25, 2024
1 parent 3ccd7a0 commit d9fb76d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/create_wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ where
</button>
</Show>
<Show when=move || show_create_wallet_form.get() fallback=|| empty_view() >
<div class="w-full">
<SubmitForm
description="Enter a name for the new wallet".into()
on_submit=move |name| {
Expand All @@ -38,6 +39,7 @@ where
submit_label="Create".into()
loading=loading
/>
</div>
</Show>
</div>
}
Expand Down

0 comments on commit d9fb76d

Please sign in to comment.