Merge pull request #203 from Safelite/BRM-fix-font-color-list-button-horizontal-selected

Set font color for checked state of horizontal radio button.
This commit is contained in:
bmauger 2023-03-21 14:34:41 -04:00 committed by GitHub
commit 32daee81ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,7 @@ export default {
z-index: 2;
span {
font-weight: 500;
color: $black;
}
}