File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 79
79
80
80
81
81
<button class =" btn btn-outline-dark btn-md" style =" width :100% "
82
+
82
83
v-if =" !showConnectWallet && selectedBlockchain && getBlockchainUser.walletAddress && !onChainIssuer.issuer.kyc_contract_address && selectedBlockchain.ecosystem == 'cosmos'"
83
84
v-on:click =" deployIssuer()" >
84
- <b-avatar :src =" chainConfig.currencies[0].coinImageUrl" size =" 30" ></b-avatar > Deploy KYC
85
+ <b-avatar :style = " { backgroundColor: 'white' } " : src =" chainConfig.currencies[0].coinImageUrl" size =" 30" ></b-avatar > Deploy KYC
85
86
Contract
86
87
</button >
87
88
94
95
<button class =" btn btn-outline-dark btn-md" style =" width :100% "
95
96
v-if =" !showConnectWallet && selectedBlockchain && getBlockchainUser.walletAddress && !masterWalletFundTxStatus && masterWallet != '' && selectedBlockchain.ecosystem == 'stellar'"
96
97
v-on:click =" fundMasterWallet()" >
97
- <b-avatar :src =" chainConfig.currencies[0].coinImageUrl" size =" 30" ></b-avatar > Fund
98
+ <b-avatar :style = " { backgroundColor: 'white' } " : src =" chainConfig.currencies[0].coinImageUrl" size =" 30" ></b-avatar > Fund
98
99
Issuer Wallet
99
100
</button >
100
101
</div >
Original file line number Diff line number Diff line change 2
2
<div >
3
3
<button type =" button" class =" btn btn-outline-dark btn-lg mb-2" style =" width : 100% ;" @click =" connectWallet()"
4
4
:disabled =" isDisable || !ifDiamInstalled" >
5
- <span ><b-avatar :src =" getChainDetail().logoUrl" size =" 30" ></b-avatar > Connect DIAM Wallet</span >
5
+ <span ><b-avatar :src =" getChainDetail().logoUrl" :style = " { backgroundColor: 'white' } " size =" 30" ></b-avatar > Connect DIAM Wallet</span >
6
6
7
7
8
8
Original file line number Diff line number Diff line change @@ -175,7 +175,9 @@ h5 span {
175
175
<tr v-for =" row in onchainconfigs" :key =" row._id" >
176
176
<td >
177
177
<span >
178
- <b-avatar badge-top badge-offset =" -2px" :src =" getChainDetail(row.blockchainLabel).logoUrl" size =" 30" >
178
+
179
+ <b-avatar badge-top badge-offset =" -2px" :style =" { backgroundColor: 'white' }"
180
+ :src =" getChainDetail(row.blockchainLabel).logoUrl" size =" 30" >
179
181
<template #badge v-if =" getChainDetail (row .blockchainLabel ).chainName .indexOf (' test' ) < 0 " ><b-icon
180
182
icon =" star-fill" ></b-icon ></template >
181
183
</b-avatar >
Original file line number Diff line number Diff line change 554
554
<td style =" text-align : right ;" >
555
555
<span >
556
556
<b-avatar
557
+ :style =" { 'background-color': 'white' }"
557
558
:src =" getChainDetail(eachProofTypeCredential.blockchainLabel).logoUrl"
558
559
size =" 20" ></b-avatar >
559
560
</span >
You can’t perform that action at this time.
0 commit comments