diff --git a/src/Filament/Actions/CommentsAction.php b/src/Filament/Actions/CommentsAction.php index 0a44526..60b8d7b 100644 --- a/src/Filament/Actions/CommentsAction.php +++ b/src/Filament/Actions/CommentsAction.php @@ -36,7 +36,8 @@ class CommentsAction extends Action $count = $record->commentCount(); return $count > 0 ? $count : null; - }); + }) + ->badgeColor('gray'); } public static function getDefaultName(): ?string