From 13523bdf13fa4601aab2b751891a75636d543dab Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 21 Mar 2023 13:57:33 -0400 Subject: [PATCH] Set font color for checked state of horizontal radio button. --- .../list-button-horizontal/list-button-horizontal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 54f24fad..a092a5f1 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -69,6 +69,7 @@ export default { z-index: 2; span { font-weight: 500; + color: $black; } }