Skip to content

Commit

Permalink
Separate arrow from coin name (requested by @dimarconicola) (dexlab-i…
Browse files Browse the repository at this point in the history
…o#78)

The CryptoAmount component was updated to have a smaller padding, so
that the dropdown list button didn't overlap the selection name.
  • Loading branch information
Emilio Silva Schlenker committed Mar 16, 2019
1 parent 96281d8 commit 9b6bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Payment/components/CryptoAmount.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Select from 'react-select';
import cryptoIcon from '../../../assets/dummy/crypto-icon.png';

const Wrapper = styled.div`
padding: 10px 75px;
padding: 10px 50px;
border-bottom: ${props => `1px solid ${props.theme.borderColor}`};
`;
const Container = styled.div`
Expand Down

0 comments on commit 9b6bf4f

Please sign in to comment.