imp: dark color

This commit is contained in:
liangping
2023-06-12 18:22:23 +08:00
parent b03bbfd860
commit 5c00c67f74
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pageload(1)
<td>{{ v.code_id }}</td>
<td>
<RouterLink :to="`/${props.chain}/cosmwasm/${v.code_id}/contracts`"
class="truncate max-w-[200px] block text-primary" :title="v.data_hash">
class="truncate max-w-[200px] block text-primary dark:invert" :title="v.data_hash">
{{ v.data_hash }}
</RouterLink>
</td>
+1 -1
View File
@@ -46,7 +46,7 @@ function color(v: string) {
<tbody>
<tr v-for="(v, index) in list" :key="index">
<td class="py-2">
<RouterLink :to="`/${chain}/ibc/connection/${v.id}`" class="text-primary">
<RouterLink :to="`/${chain}/ibc/connection/${v.id}`" class="text-primary dark:invert">
{{ v.id }}
</RouterLink>
</td>
+1 -1
View File
@@ -248,7 +248,7 @@ loadAvatars();
</div>
<div class="flex flex-col">
<h6 class="text-sm text-primary">
<h6 class="text-sm text-primary dark:invert">
<RouterLink
:to="{
name: 'chain-staking-validator',
+1 -1
View File
@@ -33,7 +33,7 @@ function pageload(p: number) {
</script>
<template>
<div>
<table class="table">
<table class="table table-compact">
<thead>
<tr>
<td>Token</td>
+2 -2
View File
@@ -36,8 +36,8 @@ const messages = computed(() => {
</tr>
<tr>
<td>Height</td>
<td class="text-primary">
<RouterLink :to="`/${props.chain}/block/${tx.tx_response.height}`">{{ tx.tx_response.height
<td>
<RouterLink :to="`/${props.chain}/block/${tx.tx_response.height}`" class="text-primary dark:invert">{{ tx.tx_response.height
}}
</RouterLink>
</td>