Skip to content

Commit

Permalink
fix radio group font size
Browse files Browse the repository at this point in the history
  • Loading branch information
aswallace committed Nov 20, 2024
1 parent c61675a commit 0c895c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/components/ChoiceGroup/ChoiceGroup.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -43,5 +43,5 @@
}

.choice-group > div > div > div:not(:first-child) {
margin-left: 6px;
margin-left: var(--margin);
}

0 comments on commit 0c895c9

Please sign in to comment.