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

@ -53,7 +53,7 @@
</div>
<div class="row qr">
<div class="text-center col center-block" copy-to-clipboard="addr">
<qrcode ng-if="addr" size="220" data="bitcoin:{{addr}}"></qrcode>
<qrcode ng-if="addr" size="220" data="bitcoin:{{addr}}" color="#334"></qrcode>
<div ng-if="!addr" style="height:225px; width:220px; margin:auto; background: white; padding-top: 25%;">
...
</div>