Skip to content

Commit

Permalink
change style
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Satija authored and Himanshu Satija committed Apr 26, 2016
1 parent 3e57821 commit b9596eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Components/Widgets/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ export default class Content extends NativeBaseComponent {
var type = {
backgroundColor: 'transparent',
flex: 1,
flexDirection: 'row',
padding: (this.props.padder) ? this.getTheme().contentPadding : 0
}

var defaultProps = {
style: type
contentContainerStyle: type
}

// console.log("content style", computeProps(this.props, defaultProps));
Expand Down

0 comments on commit b9596eb

Please sign in to comment.