Skip to content

Commit

Permalink
align buttons for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
noahschutte committed Aug 11, 2016
1 parent de06a28 commit c576305
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file not shown.
1 change: 0 additions & 1 deletion src/components/new_request.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export default class NewRequest extends Component {
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: 'white',
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const styles = StyleSheet.create({
},
toolbar: {
backgroundColor:'#81c04d',
paddingTop:30,
paddingTop:80,
paddingBottom:10,
flexDirection:'row'
},
Expand Down

0 comments on commit c576305

Please sign in to comment.