Skip to content

Commit

Permalink
#233: changed directions of arrow icons in buy-sell buttons to down-up (
Browse files Browse the repository at this point in the history
  • Loading branch information
sanidhayarora authored and generalpiston committed Jun 29, 2019
1 parent 299104c commit 0775538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App/screens/trade/ProductDetailsScreen/ProductDetailsView.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ProductDetailsView extends Component {
<Button
containerStyle={[{ width: 150 }, styles.justifyCenter]}
icon={{
name: 'arrow-with-circle-left',
name: 'arrow-with-circle-down',
size: 20,
color: 'white',
type: 'entypo'
Expand All @@ -109,7 +109,7 @@ class ProductDetailsView extends Component {
<Button
containerStyle={[{ width: 150 }, styles.justifyCenter]}
icon={{
name: 'arrow-with-circle-right',
name: 'arrow-with-circle-up',
size: 20,
color: 'white',
type: 'entypo'
Expand Down

0 comments on commit 0775538

Please sign in to comment.