update: bumped into primary colors ping-pub
Author: Salman Wahib <sxlmnwb@sxlzptprjkt.xyz> Co-authored-by: alisa <alisa@side.one>
This commit is contained in:
parent
8d14f342d6
commit
d73002a973
@ -29,7 +29,7 @@ const format = useFormatter()
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="item in store.recents">
|
<tr v-for="item in store.recents">
|
||||||
<td><RouterLink :to="`/${props.chain}/block/${item.block?.header?.height}`">{{ item.block?.header?.height }}</RouterLink></td>
|
<td class="text-sm text-primary"><RouterLink :to="`/${props.chain}/block/${item.block?.header?.height}`">{{ item.block?.header?.height }}</RouterLink></td>
|
||||||
<td>{{ item.block_id?.hash }}</td>
|
<td>{{ item.block_id?.hash }}</td>
|
||||||
<td>{{ format.validator(item.block?.header?.proposer_address) }}</td>
|
<td>{{ format.validator(item.block?.header?.proposer_address) }}</td>
|
||||||
<td>{{ item.block?.data?.txs.length }}</td>
|
<td>{{ item.block?.data?.txs.length }}</td>
|
||||||
|
@ -225,7 +225,7 @@ onMounted(()=> {
|
|||||||
<VList class="pt-0">
|
<VList class="pt-0">
|
||||||
<VListItem>
|
<VListItem>
|
||||||
<VListItemTitle>Account</VListItemTitle>
|
<VListItemTitle>Account</VListItemTitle>
|
||||||
<VListItemSubtitle class="text-caption"><RouterLink :to="`/${chain}/account/${addresses.account}`">{{ addresses.account }}</RouterLink></VListItemSubtitle>
|
<VListItemSubtitle class="text-caption text-primary"><RouterLink :to="`/${chain}/account/${addresses.account}`">{{ addresses.account }}</RouterLink></VListItemSubtitle>
|
||||||
</VListItem>
|
</VListItem>
|
||||||
<VListItem>
|
<VListItem>
|
||||||
<VListItemTitle>Operator Address</VListItemTitle>
|
<VListItemTitle>Operator Address</VListItemTitle>
|
||||||
|
@ -184,7 +184,7 @@ const rank = function(position: number) {
|
|||||||
:image="logo(v.description?.identity)"
|
:image="logo(v.description?.identity)"
|
||||||
/>
|
/>
|
||||||
<div class="d-flex flex-column">
|
<div class="d-flex flex-column">
|
||||||
<h6 class="text-sm">
|
<h6 class="text-sm text-primary">
|
||||||
<RouterLink
|
<RouterLink
|
||||||
:to="{name: 'chain-staking-validator', params: {validator: v.operator_address}}"
|
:to="{name: 'chain-staking-validator', params: {validator: v.operator_address}}"
|
||||||
class="font-weight-medium user-list-name"
|
class="font-weight-medium user-list-name"
|
||||||
|
@ -10,6 +10,7 @@ module.exports = {
|
|||||||
no: '#ff5353',
|
no: '#ff5353',
|
||||||
info: '#00b2ff',
|
info: '#00b2ff',
|
||||||
textMain: '#333',
|
textMain: '#333',
|
||||||
|
primary: '#666cff',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user