Change button styling

dashboard
Pat Hartl 2023-02-13 01:01:48 -06:00
parent 38bc8b3519
commit c87e1dea95
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
</CardHeaderContent>
<CardHeaderActions>
<MudButton Href="@($"/Games/{Id}/Keys")">View</MudButton>
<MudButton Href="@($"/Games/{Id}/Keys")" Color="Color.Primary" Variant="Variant.Filled">View</MudButton>
</CardHeaderActions>
</MudCardHeader>