forked from LaconicNetwork/cosmos-explorer
imp: dark color
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -33,7 +33,7 @@ function pageload(p: number) {
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
<table class="table">
|
||||
<table class="table table-compact">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Token</td>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user