Skip to content

Commit

Permalink
Color buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobjmarks committed Apr 30, 2024
1 parent a57826c commit afaf3ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client/Pages/Home.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@page "/"
@page "/"

@using Shared

Expand All @@ -16,11 +16,11 @@
</MudText>
<MudStack Row="true" Class="flex-grow-1" Justify="Justify.FlexEnd">
<MudButton Variant="Variant.Text" Disabled="@(!bindingResults.Any())" Size="Size.Small"
StartIcon="@Icons.Material.Filled.Share" OnClick="GetSharableLink">
Color="Color.Primary" StartIcon="@Icons.Material.Filled.Share" OnClick="GetSharableLink">
Copy link
</MudButton>
<MudButton Variant="Variant.Text" Disabled="@(!bindingResults.Any())" Size="Size.Small"
StartIcon="@Icons.Material.Filled.Clear" OnClick="Clear">
Color="Color.Primary" StartIcon="@Icons.Material.Filled.Clear" OnClick="Clear">
Clear results
</MudButton>
</MudStack>
Expand Down

0 comments on commit afaf3ca

Please sign in to comment.