Skip to content

Commit

Permalink
veizz#16 fixed wrapper borders alignment: aligned to center
Browse files Browse the repository at this point in the history
  • Loading branch information
edgesinghkataria committed Aug 31, 2020
1 parent 7d8d7ec commit f5b365e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default class ScrollPicker extends Component {
flex:1,
backgroundColor:this.props.wrapperColor ||'#fafafa',
overflow:'hidden',
alignItems: 'center',
};

let highlightStyle = {
Expand Down

0 comments on commit f5b365e

Please sign in to comment.