Heather Berry Color Swatch Missing

All the other colors work but Heather Berry. It does not display the swatch color for any product. I am using the Label theme and swatches are enabled. I have uploaded the mockups and they display when you click the box for where the color should be and it displays the correct mockup but the color itself is missing from the swatch.

Two links below. One is for the product page and the other is for the shop page. its missing in both so I would assume this is a coding or settings issue.

https://cowboysjukejoint.com/collections/show-t-shirts/products/hard-blues-purple-t-shirt?variant=49973527413017

https://cowboysjukejoint.com/collections/show-t-shirts

Hello @Mike213

Go to Online Store, then Theme, and select Edit Code.
Search for assets/theme.min.css Add the provided code at the end of the file.

span[style*="heather-berry_50x.png"] {
    background-color: #A01641!important;
}

Awesome that worked. Thank you

Hello @Mike213

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!