Merge pull request #84 from andrerfneves/develop

v0.4.2
This commit is contained in:
André Neves 2019-02-24 22:04:09 -05:00 committed by GitHub
commit 02853f3aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -86,8 +86,10 @@ const OptionsWrapper = styled.div`
display: flex;
flex-direction: column;
position: absolute;
z-index: 99;
width: 100.5%;
margin-left: -0.25%;
background-color: ${props => props.theme.colors.dropdownBg};
border-radius: ${props => props.theme.colors.boxBorderRadius};
border: 1px solid ${props => props.theme.colors.inputBorder};
${(props: PropsWithTheme<{ placement: string, optionsAmount: number }>) => `${String(props.placement)}: ${`-${String(((props.optionsAmount || 0) * 40) + 10)}px`}`};

View File

@ -890,7 +890,7 @@ class Component extends PureComponent<Props, State> {
)}
>
{toggle => (
<ModalContent id='send-confirm-transaction-modal'>
<ModalContent id='send-confirm-transaction-modal' width='100%'>
{this.renderModalContent({
valueSent,
valueSentInUsd,

View File

@ -1,6 +1,6 @@
{
"name": "zec-react-wallet",
"version": "0.4.1",
"version": "0.4.2",
"description": "Zcash Reference Wallet",
"main": "config/main.js",
"license": "MIT",