Add spacing to icons in datagrid actions

pull/16362/head
Enis Necipoglu 3 years ago
parent 27780bf605
commit 68bb2e13a7

@ -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