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

@ -27,7 +27,7 @@
</label>
@if (_user.BannedUntil >= DateTime.Now.Date)
{
<button type="submit">Ban</button>
<button type="delete">Ban</button>
}
else
{