How to change this action button of repeater?

how to change this color since its not very noticeable
No description
Solution:
```php ->addAction( function (Action $action) { $action->color('success'); },...
Jump to solution
2 Replies
Solution
lutek
lutek3d ago
->addAction(
function (Action $action) {
$action->color('success');
},
)
->addAction(
function (Action $action) {
$action->color('success');
},
)
TegarJK
TegarJK3d ago
thank you so much, i tried it before and its doesnt work ,now its working!
Want results from more Discord servers?
Add your server