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:
Salman Wahib 2023-04-25 02:10:59 +00:00
parent 8d14f342d6
commit d73002a973
4 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,7 @@ const format = useFormatter()
</thead>
<tbody>
<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>{{ format.validator(item.block?.header?.proposer_address) }}</td>
<td>{{ item.block?.data?.txs.length }}</td>

View File

@ -225,7 +225,7 @@ onMounted(()=> {
<VList class="pt-0">
<VListItem>
<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>
<VListItemTitle>Operator Address</VListItemTitle>

View File

@ -184,7 +184,7 @@ const rank = function(position: number) {
:image="logo(v.description?.identity)"
/>
<div class="d-flex flex-column">
<h6 class="text-sm">
<h6 class="text-sm text-primary">
<RouterLink
:to="{name: 'chain-staking-validator', params: {validator: v.operator_address}}"
class="font-weight-medium user-list-name"

View File

@ -10,6 +10,7 @@ module.exports = {
no: '#ff5353',
info: '#00b2ff',
textMain: '#333',
primary: '#666cff',
},
},
},