Merge pull request #390 from sxlmnwb/master

add primary color in TxsElement
This commit is contained in:
ping 2023-05-20 19:23:33 +08:00 committed by GitHub
commit 55886d5f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ const chain = useBlockchain();
</thead>
<tbody class="text-sm">
<tr v-for="item in txs">
<td>
<td class="text-primary">
<RouterLink :to="`/${chain.chainName}/tx/${item.hash}`">{{
item.hash
}}</RouterLink>