Hi all, how would I change the color of variant pill button when it is selected in Dawn theme?

Hi all, how would I change the color of variant pill button when it is selected in Dawn theme?

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Hello @keen2learn
It’s GemPages support team and glad to support you today.
You can add more this custom CSS code on file base.css
.product__info-container .product-form__input input[type="radio"]:checked + label{
background-color: red;
color: white;
}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team