badgeColors

fun badgeColors(containerColor: Color = if (COUITheme.colorScheme.background.luminance() < 0.5f) BadgeRedDark else BadgeRedLight, contentColor: Color = Color.White, strokeColor: Color = Color.White): BadgeColors

The default BadgeColors. COUIHintRedDot fills with couiColorAdditionalRed - a dedicated badge red distinct from the error color - with white text and stroke.