Merge pull request #1225 from ykris45/patch-3

fix button redesign on receive credits section
This commit is contained in:
Sean Yesmunt 2018-03-30 12:28:20 -07:00 committed by GitHub
commit 252d684106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ class WalletAddress extends React.PureComponent<Props> {
<div className="card__actions">
<Button
button="alt"
button="primary"
label={__('Get New Address')}
icon={icons.REFRESH}
onClick={getNewAddress}