Skip to content

Commit 5e000f0

Browse files
authored
Merge pull request #42 from hypersign-protocol/update-css
update css
2 parents 40f2f66 + 72a6d79 commit 5e000f0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/components/deploy-onchain-kyc-popup/deploy-kyc.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@
7979

8080

8181
<button class="btn btn-outline-dark btn-md" style="width:100%"
82+
8283
v-if="!showConnectWallet && selectedBlockchain && getBlockchainUser.walletAddress && !onChainIssuer.issuer.kyc_contract_address && selectedBlockchain.ecosystem == 'cosmos'"
8384
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
8586
Contract
8687
</button>
8788

@@ -94,7 +95,7 @@
9495
<button class="btn btn-outline-dark btn-md" style="width:100%"
9596
v-if="!showConnectWallet && selectedBlockchain && getBlockchainUser.walletAddress && !masterWalletFundTxStatus && masterWallet != '' && selectedBlockchain.ecosystem == 'stellar'"
9697
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
9899
Issuer Wallet
99100
</button>
100101
</div>

src/components/element/authButtons/ConnectWalletButtonDiam.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div>
33
<button type="button" class="btn btn-outline-dark btn-lg mb-2" style="width: 100%;" @click="connectWallet()"
44
: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>
66

77

88

src/views/playground/OnChainKycSystems.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ h5 span {
175175
<tr v-for="row in onchainconfigs" :key="row._id">
176176
<td>
177177
<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">
179181
<template #badge v-if="getChainDetail(row.blockchainLabel).chainName.indexOf('test') < 0"><b-icon
180182
icon="star-fill"></b-icon></template>
181183
</b-avatar>

src/views/playground/SessionsDetails.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ h3 {
554554
<td style="text-align: right;">
555555
<span>
556556
<b-avatar
557+
:style="{ 'background-color': 'white' }"
557558
:src="getChainDetail(eachProofTypeCredential.blockchainLabel).logoUrl"
558559
size="20"></b-avatar>
559560
</span>

0 commit comments

Comments
 (0)