Skip to content

Support Picker field types #2054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jun 9, 2022
Prev Previous commit
Next Next commit
Fix spacing for dropdown icon
  • Loading branch information
ethanshar committed Jun 8, 2022
commit c4dbbad9bf6fb6b765499a6cefdae3746584f7f7
2 changes: 1 addition & 1 deletion src/components/picker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const Picker = (props: PropsWithChildren<PickerProps> & ForwardRefInjectedProps
return {
preset: preset || null,
containerStyle: {flexDirection: 'row'},
trailingAccessory: <Icon source={dropdown}/>
trailingAccessory: <Icon marginL-s1 source={dropdown}/>
};
} else if (fieldType === PickerFieldTypes.settings) {
return {
Expand Down