Skip to content

Commit 479ee0b

Browse files
authored
Picker settings field flex changed to flexGrow (#2977)
1 parent b382ab2 commit 479ee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const Picker = React.forwardRef((props: PickerProps, ref) => {
273273
);
274274
} else if (fieldType === PickerFieldTypes.settings) {
275275
return (
276-
<View flex row spread>
276+
<View flexG row spread>
277277
<Text text70 style={labelStyle}>
278278
{others.label}
279279
</Text>

0 commit comments

Comments
 (0)