Skip to content

Commit

Permalink
Add comment about icon alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Dec 13, 2024
1 parent 0b1e806 commit 55f8107
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const CheckboxRadio: FC<CheckboxRadioProps> = ({
checked || indeterminate
? theme.vadsColorFormsForegroundActive
: theme.vadsColorFormsBorderDefault,
// If Text variant for FormText Label changes, token referenced below must change accordingly
alignWithTextLineHeight: typography.vadsFontBodyLarge.lineHeight,
}

Expand Down

0 comments on commit 55f8107

Please sign in to comment.