Add gap between text and icon

in the getTableHeaderActions, i want to apply some gap between text and icon in the action. how to?
protected function getTableHeaderActions(): array
{
return [
Action::make('create')
->label(__('Crear usuario'))
->icon('icons.add')
...
protected function getTableHeaderActions(): array
{
return [
Action::make('create')
->label(__('Crear usuario'))
->icon('icons.add')
...
No description
1 Reply
ericmp #2
ericmp #2OP14mo ago
more info: the icon is a custom one
Want results from more Discord servers?
Add your server