I really like the RadzenBadge component. However, I find that the sizing is limiting it's functionality. Would it be possible to expand it to have a size parameter similar to the RadzenButton? WHen I tried to change the size by setting the font-size then the font increased in size, but the badge stayed at the same size, and tthe ttext also lost the dynamic color setting and defaulted to the normal text. so that breaks the design
You can use inline styles if you need bigger badge:
<RadzenBadge Variant="Variant.Outlined" BadgeStyle="BadgeStyle.Light" Text="15" class="rz-ms-2" style="line-height:30px;width:30px"/>