Set font color for checked state of horizontal radio button.

This commit is contained in:
Bryan Mauger 2023-03-21 13:57:33 -04:00
parent 43675a475e
commit 13523bdf13

View file

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