fix: use gray badge color for comment count

This commit is contained in:
manukminasyan
2026-03-27 21:44:18 +04:00
parent 6a26396f0d
commit a5bf29d6c2

View File

@@ -36,7 +36,8 @@ class CommentsAction extends Action
$count = $record->commentCount();
return $count > 0 ? $count : null;
});
})
->badgeColor('gray');
}
public static function getDefaultName(): ?string