How to change this action button of repeater?
how to change this color since its not very noticeable
Solution:Jump to solution
```php
->addAction(
function (Action $action) {
$action->color('success');
},...
2 Replies