Merge pull request #389 from alisaweb3/v3-single

fix: button color
This commit is contained in:
ping 2023-05-20 15:06:57 +08:00 committed by GitHub
commit 85f8ef1db5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View File

@ -41,7 +41,7 @@
"md-editor-v3": "^2.8.1",
"numeral": "^2.0.6",
"osmojs": "^14.0.0-rc.0",
"ping-widget": "^0.0.15",
"ping-widget": "^0.0.16",
"pinia": "^2.0.28",
"postcss": "^8.4.23",
"prismjs": "^1.29.0",

View File

@ -229,7 +229,7 @@ const result = ref('');
</div>
<div class="mt-4 mb-4">
<button
class="btn btn-success px-4 text-white"
class="btn !btn-yes !border-yes px-4 text-white"
@click="queryContract()"
>
Query Contract

View File

@ -201,7 +201,7 @@ const color = computed(() => {
<a
:color="store.trustColor"
class="mt-5 text-white btn btn-success w-full md:!w-[400px] flex items-center"
class="mt-5 !text-white btn !bg-yes !border-yes w-full md:!w-[400px] flex items-center"
:href="ticker.trade_url"
target="_blank"
>
@ -355,8 +355,8 @@ const color = computed(() => {
<div class="grid grid-cols-3 gap-4 px-4 pb-6 mt-4">
<label for="PingTokenConvert" class="btn btn-primary text-white">Convert</label>
<label for="send" class="btn btn-success text-white" @click="dialog.open('send', {})">Send</label>
<RouterLink to="/wallet/receive" class="btn btn-info text-white">Receive</RouterLink>
<label for="send" class="btn !bg-yes !border-yes text-white" @click="dialog.open('send', {})">Send</label>
<RouterLink to="/wallet/receive" class="btn !bg-info !border-info text-white">Receive</RouterLink>
</div>
<Teleport to="body">
<ping-token-convert

View File

@ -263,7 +263,7 @@ async function addAddress(acc: AccountEntry) {
</div>
</td>
<td class="text-right">
<span class="btn btn-success btn-xs text-white" @click="addAddress(acc)">
<span class="btn !bg-yes !border-yes btn-xs text-white" @click="addAddress(acc)">
<Icon icon="mdi:plus"/>
</span>
</td>

View File

@ -16,7 +16,7 @@ const qrcode = useQRCode(walletStore.currentAddress);
{{ walletStore.currentAddress }}
</div>
<div class="mt-4 mb-4">
<button class="btn btn-success text-white px-10">Go To Pay</button>
<button class="btn !bg-yes !border-yes text-white px-10">Go To Pay</button>
</div>
</div>
</template>

View File

@ -6808,10 +6808,10 @@ pify@^3.0.0:
resolved "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz"
integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
ping-widget@^0.0.15:
version "0.0.15"
resolved "https://registry.yarnpkg.com/ping-widget/-/ping-widget-0.0.15.tgz#b15698ab7649fc8bd2318d7488366f3b30bcf5c6"
integrity sha512-aWUJwtwWbL7AXsAXpzQX8G5IQgGbhV5EM96wmcEez9Wp/UbwJ5BYOj8fdVDdW4yjzScnJ35R9KnHlpoOhzlF0g==
ping-widget@^0.0.16:
version "0.0.16"
resolved "https://registry.yarnpkg.com/ping-widget/-/ping-widget-0.0.16.tgz#d9c40eacb75eff3b6c52fede3d62d50024c9cafd"
integrity sha512-5KJA9i8cA25Qx5L5LPYXrQdMWZ2mj8SIGN02zthhhnoxPUxxptvEfYPQpLcttwpW9zkqYzENc4XHg9+mVKcn7A==
dependencies:
"@cosmjs/amino" "^0.30.1"
"@cosmjs/ledger-amino" "^0.30.1"