We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91340da commit d39e72bCopy full SHA for d39e72b
src/designSystem/kubit/components/radioButtonGroup/styles.ts
@@ -5,6 +5,7 @@ import {
5
BORDERS,
6
COLORS,
7
FONT_WEIGHT,
8
+ PARAGRAPH,
9
RADIUS,
10
SIZES,
11
SPACINGS,
@@ -35,6 +36,12 @@ const commonVariantsTokens = {
35
36
border_style: 'solid',
37
border_width: BORDERS.border_50,
38
},
39
+ infoIconContainer: {
40
+ display: 'inline-flex',
41
+ //calc to position the icon in the middle of the line height is: (line_height - icon_height) / 2
42
+ translate: `0rem calc((${PARAGRAPH.LARGE.DESKTOP.line_height} - ${SIZES.size_150})/2)`,
43
+ margin_left: SPACINGS.spacing_100,
44
+ },
45
label: {
46
font_variant: TextVariantType.PARAGRAPH_SMALL_EXTENDED,
47
font_weight: FONT_WEIGHT.font_weight_500,
0 commit comments