mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue