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

Commit

Permalink
fix: update download icon in TransactionModal
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Aug 19, 2019
1 parent 99d7526 commit c5526c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CopyButton, CryptoSelector, CryptoValue, FiatSelector, FiatValue } from
import { Truncate } from 'components/Util'
import Onchain from 'components/Icon/Onchain'
import Padlock from 'components/Icon/Padlock'
import ArrowDown from 'components/Icon/ArrowDown'
import Download from 'components/Icon/Download'
import messages from './messages'

class TransactionModal extends React.PureComponent {
Expand Down Expand Up @@ -91,7 +91,7 @@ class TransactionModal extends React.PureComponent {
bottom: 5px;
right: 25px;
`}
icon={ArrowDown}
icon={Download}
onClick={this.saveInvoice}
variant="secondary"
>
Expand Down

0 comments on commit c5526c0

Please # to comment.