When a Badge is configured in a Button through the Html Helpers in UI for ASP.NET MVC app, the color of the badge is not correctly changed through the ThemeColor helper.
The color of the badges is not correctly set. For example, even if changing the themes, the color of the "Error" badge is never red (as for example in UI for ASP.NE Core).
The color of the Badge in a Button should be correctly set by using the ThemeColor option.