update background for currency converter - recipient receive date notice

This commit is contained in:
edmondlang
2022-03-13 00:33:23 +08:00
parent cc9c419e82
commit 8ba2173d31
@@ -7,7 +7,7 @@
</div>
</div>
<div class="row m-b-15" v-show="calculation.date && !error">
<div class="col text-center">
<div class="col padding-15 bg-master-lightest text-center m-l-15 m-r-15">
<div class="fs-14 muted" >The recipient will receive the transfer amount by <br><span class="bold text-success">{{ this.calculation.receive_date }}</span></div>
</div>
</div>