IssueSeverityBadge

fun IssueSeverityBadge(severity: A11ySeverity, count: Int = 1, modifier: Modifier = Modifier)

Compact severity badge used in scan summaries and overlays.

Parameters

severity

Severity represented by the badge color and icon.

count

Number of issues represented by the badge.

modifier

Modifier applied to the badge row.