changed color of submit and delete buttons

This commit is contained in:
Sarah Faey 2022-12-08 21:22:09 +01:00
parent ed1a03cb24
commit 1ac6cc64a6
7 changed files with 17 additions and 8 deletions

View file

@ -36,15 +36,14 @@
<br />
<button type="submit">Save</button>
<ValidationSummary />
</EditForm>
<br/>
<button type="delete" @onclick="() => DeleteAccountClicked()">Delete Account</button>
@if (_account.GuildWars2AccountId != 0)
{
<br/>
<BuildList _account=@_account _allowEdit=true></BuildList>
<br/>
<button type=button @onclick="() => DeleteAccountClicked()">Delete Account</button>
}
</Authorized>