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 #2OP2y ago
more info: the icon is a custom one

Did you find this page helpful?