How to change this action button of repeater?
how to change this color since its not very noticeable

->addAction(
function (Action $action) {
$action->color('success');
},
)