changed color of submit and delete buttons
This commit is contained in:
parent
ed1a03cb24
commit
1ac6cc64a6
7 changed files with 17 additions and 8 deletions
|
@ -176,7 +176,7 @@
|
|||
|
||||
</EditForm>
|
||||
<br/>
|
||||
<button type=button @onclick="() => DeleteRaidClicked()">Delete Raid</button>
|
||||
<button type="delete" @onclick="() => DeleteRaidClicked()">Delete Raid</button>
|
||||
</AuthorizeView>
|
||||
|
||||
@code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue