icon gray color
icon in button is gray-500. how can i change icon colors?
'''Action::make('updateStatus')
->label(__('Update Status'))
->button() // ensures this renders as a full button
->color('secondary')
->icon('heroicon-o-arrow-path')'''
'''Action::make('updateStatus')
->label(__('Update Status'))
->button() // ensures this renders as a full button
->color('secondary')
->icon('heroicon-o-arrow-path')'''