Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#233: changed direction of arrow icons in buy/sell buttons from left-right to up-down #238

Closed
wants to merge 0 commits into from

Conversation

sanidhayarora
Copy link
Contributor

@sanidhayarora sanidhayarora commented Jun 26, 2019

@generalpiston
Copy link
Collaborator

@sanidhayarora can you update your commit to have a more sensible commit message? The commit message should take on the form: #<issue id>: description of what you fixed.

@sanidhayarora sanidhayarora changed the title fixes #233 #233: changed direction of arrow icons in buy/sell buttons from left-right to up-down Jun 27, 2019
@generalpiston generalpiston self-requested a review June 28, 2019 18:33
@@ -87,7 +87,7 @@ class ProductDetailsView extends Component {
<Button
containerStyle={[{ width: 150 }, styles.justifyCenter]}
icon={{
name: 'arrow-with-circle-left',
name: 'arrow-with-circle-up',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Buy should be down.

@@ -109,7 +109,7 @@ class ProductDetailsView extends Component {
<Button
containerStyle={[{ width: 150 }, styles.justifyCenter]}
icon={{
name: 'arrow-with-circle-right',
name: 'arrow-with-circle-down',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sell should be up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants