From 0c895c94289328df28e38b82353fccb90d35d85c Mon Sep 17 00:00:00 2001 From: Anya Wallace Date: Tue, 19 Nov 2024 16:20:25 -0800 Subject: [PATCH] fix radio group font size --- packages/core/components/ChoiceGroup/ChoiceGroup.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/components/ChoiceGroup/ChoiceGroup.module.css b/packages/core/components/ChoiceGroup/ChoiceGroup.module.css index e3e258ed..d9864f1b 100644 --- a/packages/core/components/ChoiceGroup/ChoiceGroup.module.css +++ b/packages/core/components/ChoiceGroup/ChoiceGroup.module.css @@ -9,9 +9,9 @@ } .choice-group label > span { - font-size: var(--s-paragraph-size); + font-size: var(--l-paragraph-size); margin-right: 5px; - margin-top: 2px; + margin-top: 1px; padding-left: 24px !important; } @@ -43,5 +43,5 @@ } .choice-group > div > div > div:not(:first-child) { - margin-left: 6px; + margin-left: var(--margin); }