Skip to content

Commit deef076

Browse files
authored
Fix horizontal radio button on android and IOS (#860)
1 parent ac7c76a commit deef076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/RadioButton/RadioButtonRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ const RadioButtonRow: React.FC<RadioButtonRowProps & IconSlot> = ({
129129

130130
const styles = StyleSheet.create({
131131
mainParent: {
132+
flex: 1,
132133
alignItems: "center",
133134
justifyContent: "space-around",
134135
paddingStart: 20,

0 commit comments

Comments
 (0)