update: add primary color in TxsElement

Signed-off-by: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz>
This commit is contained in:
Salman Wahib 2023-05-20 08:37:35 +00:00
parent ef3599e9ca
commit b68d415873

View File

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