Update ToolbarButton.razor

pull/10236/head
Flea 4 years ago committed by GitHub
parent b8355760b1
commit 7e2ecff518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<Button Color="@Color" Clicked="@Clicked" Disabled="@Disabled">
@if (Icon != null)
{
<Icon Name="IconName.Add" Class="mr-1"></Icon>
<Icon Name="Icon" Class="mr-1"></Icon>
}
@Text
</Button>

Loading…
Cancel
Save