Start of some style improvments.
Logout button now matches.
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
<MudSpacer />
|
||||
<AuthorizeView>
|
||||
<form action="Auth/CookieLogout" method="post">
|
||||
<button type="submit" class="btn btn-primary">Logout</button>
|
||||
<MudButton Color="Color.Primary"
|
||||
ButtonType="ButtonType.Submit"
|
||||
Variant="Variant.Filled"
|
||||
Size="Size.Small">
|
||||
Logout
|
||||
</MudButton>
|
||||
</form>
|
||||
</AuthorizeView>
|
||||
</MudAppBar>
|
||||
|
||||
Reference in New Issue
Block a user