I'm using the badge component, but the badge background has disappeared. this is weird, because the background was there before. I do not recall any specific action that might have caused it to disappear.
The badge component now looks like this:
This is my code.
package version:
"@progress/kendo-react-indicators": "^5.0.1",
In the component
import {Badge, BadgeContainer} from "@progress/kendo-react-indicators";
<BadgeContainer>
<Button>Filters</Button>
<Badge align={{horizontal: "end", vertical: "top"}}
themeColor="primary">{filters.length}</Badge>
</BadgeContainer>
does anyone have an idea what might have caused the background to disappear?