feat(qrcode): subtle color adjustment for all QR codes

This commit is contained in:
Jason Dreyzehner 2016-10-18 15:20:42 -04:00
commit 7aa6b9103e
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<div class="list" ng-show="formData.supported">
<div class="text-center m20t">
<qrcode size="220" version="8" error-correction-level="M" data="{{formData.exportWalletInfo}}"></qrcode>
<qrcode size="220" version="8" error-correction-level="M" data="{{formData.exportWalletInfo}}" color="#334"></qrcode>
</div>
<div class="text-center size-12 m20v" translate>From the destination device, go to Add wallet &gt; Import wallet and scan this QR code</div>
</div>