Browse Source

Add spacing to icons in datagrid actions

pull/16362/head
Enis Necipoglu 3 years ago
parent
commit
68bb2e13a7
  1. 6
      framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor

6
framework/src/Volo.Abp.BlazoriseUI/Components/EntityAction.razor

@ -17,9 +17,11 @@
Disabled=@Disabled>
@if(!string.IsNullOrEmpty(Icon))
{
<Icon Name="@Icon"/>
<Icon Name="@Icon" Class="me-1"/>
}
@Text
<Span>
@Text
</Span>
</Button>
}
}

Loading…
Cancel
Save