Skip to content

Commit

Permalink
fix bietkul#1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eriri committed Aug 2, 2019
1 parent 358a0fa commit ab62959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fields/picker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ export default class PickerField extends Component {
}
return (
<View
style={Object.assign(styles.pickerMainIOS, {
style={{...styles.pickerMainAndroid, ...{
backgroundColor: theme.pickerBgColor,
borderBottomColor: theme.inputBorderColor,
borderBottomWidth: theme.borderWidth,
})}
}}}
>
<TouchableOpacity
onPress={() => this.panel.toggle()}
Expand Down

0 comments on commit ab62959

Please sign in to comment.