-
Notifications
You must be signed in to change notification settings - Fork 65
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
new components for currency exchange #172
base: develop
Are you sure you want to change the base?
new components for currency exchange #172
Conversation
Akashdeep-Patra
commented
Mar 14, 2021
•
edited
Loading
edited
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some queries.. please check...
Nice PR btw 😂
second_image, | ||
normalized_number, | ||
}) => { | ||
const ExcgangeRateRow = ({ src, target, value }) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess you meant ExchangeRateRow
... The spelling of Exchange
...
display: flex; | ||
justify-content: space-between; | ||
column-gap: 2%; | ||
padding: 5%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we sure to keep the padding dynamic? 🤔
column-gap: 2%; | ||
} | ||
.currency_exchange_select__component { | ||
height: 50px !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!important.... Can we have some other fix?