Skip to content

Commit 0d2b5cb

Browse files
authored
RadioButton - fix label margins (#2922)
1 parent be708d8 commit 0d2b5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/radioButton/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ class RadioButton extends PureComponent<Props, RadioButtonState> {
223223
<Text
224224
recorderTag={'unmask'}
225225
flexS
226-
marginL-10={!contentOnLeft}
227-
marginR-10={contentOnLeft}
226+
marginL-s3={!contentOnLeft}
227+
marginR-s3={contentOnLeft}
228228
$textDefault
229229
style={labelStyle}
230230
testID={`${testID}.label`}

0 commit comments

Comments
 (0)