Skip to content

Commit

Permalink
Remove full width on send preview button
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed May 30, 2024
1 parent a1d5a1a commit 15743ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aoWebWallet/Pages/ActionPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

@if (!readOnly && !string.IsNullOrEmpty(selectedWallet))
{
<MudButton Color="Color.Primary" Variant="Variant.Filled" FullWidth="true" OnClick="Preview" Class="mt-8">Preview</MudButton>
<MudButton Color="Color.Primary" Variant="Variant.Filled" OnClick="Preview" Class="mt-8">Preview</MudButton>
<MudText Color="Color.Error">@validation</MudText>
}
else if (!started && !string.IsNullOrEmpty(selectedWallet) && string.IsNullOrEmpty(transactionService.LastTransaction.Data?.Id))
Expand Down

0 comments on commit 15743ff

Please sign in to comment.