Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1534 from korhaliv/fix/delete-wallet-button
Browse files Browse the repository at this point in the history
fix: delete button layout glitch
  • Loading branch information
mrfelton authored Feb 8, 2019
2 parents f030552 + be7447c commit beac6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Home/WalletLauncher.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class WalletLauncher extends React.Component {
const { startLnd, wallet } = this.props

return (
<React.Fragment>
<Box>
<Flex mb={4} alignItems="center">
<Box width="75%" mr={3}>
<WalletHeader wallet={wallet} />
Expand Down Expand Up @@ -126,7 +126,7 @@ class WalletLauncher extends React.Component {
<FormattedMessage {...messages.delete_wallet_button_text} />
</Button>
</Flex>
</React.Fragment>
</Box>
)
}
}
Expand Down

0 comments on commit beac6d0

Please sign in to comment.