How can I implement a custom badge color? There’s no documentation for this that I can find.
Add a similar block like this to your css and apply a proper theme attribute to your badge https://github.com/vaadin/web-components/blob/60210d0ed09963051e90765177a7c3a9fee3a5ae/packages/vaadin-lumo-styles/badge.js#L45
Thanks, that’s exactly what I did after some googling