@@ -185,7 +185,7 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
185185 {{ format.calculatePercent(format.tokenAmountNumber(balanceItem), totalAmount) }}
186186 </div >
187187 </div >
188- <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary dark:invert mr-2" >
188+ <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary mr-2" >
189189 <span class =" inset-x-0 inset-y-0 opacity-10 absolute bg-primary dark:invert text-sm" ></span >
190190 ${{ format.tokenValue(balanceItem) }}
191191 </div >
@@ -204,7 +204,7 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
204204 {{ format.calculatePercent(format.tokenAmountNumber(delegationItem?.balance), totalAmount) }}
205205 </div >
206206 </div >
207- <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary dark:invert mr-2" >
207+ <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary mr-2" >
208208 <span class =" inset-x-0 inset-y-0 opacity-10 absolute bg-primary dark:invert text-sm" ></span >
209209 ${{ format.tokenValue(delegationItem?.balance) }}
210210 </div >
@@ -223,7 +223,7 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
223223 {{ format.calculatePercent(format.tokenAmountNumber(rewardItem), totalAmount) }}
224224 </div >
225225 </div >
226- <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary dark:invert mr-2" >
226+ <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary mr-2" >
227227 <span class =" inset-x-0 inset-y-0 opacity-10 absolute bg-primary dark:invert text-sm" ></span >${{
228228 format.tokenValue(rewardItem)
229229 }}
@@ -256,7 +256,7 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
256256 }}
257257 </div >
258258 </div >
259- <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary dark:invert mr-2" >
259+ <div class =" text-xs truncate relative py-1 px-3 rounded-full w-fit text-primary mr-2" >
260260 <span class =" inset-x-0 inset-y-0 opacity-10 absolute bg-primary dark:invert" ></span >
261261 ${{
262262 format.tokenValue({
@@ -450,14 +450,14 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
450450 <td class =" text-sm py-3" >
451451 <RouterLink
452452 :to =" ` /${chain }/block/${v .height } ` "
453- class="text-primary dark: invert "
453+ class="text-primary"
454454 >{{ v.height }}</RouterLink
455455 >
456456 </td >
457457 <td class =" truncate py-3" style =" max-width : 200px " >
458458 <RouterLink
459459 :to =" ` /${chain }/tx/${v .txhash } ` "
460- class="text-primary dark: invert "
460+ class="text-primary"
461461 >
462462 {{ v.txhash }}
463463 </RouterLink >
@@ -502,14 +502,14 @@ function mapAmount(events: { type: string; attributes: { key: string; value: str
502502 <td class =" text-sm py-3" >
503503 <RouterLink
504504 :to =" ` /${chain }/block/${v .height } ` "
505- class="text-primary dark: invert "
505+ class="text-primary"
506506 >{{ v.height }}</RouterLink
507507 >
508508 </td >
509509 <td class =" truncate py-3" style =" max-width : 200px " >
510510 <RouterLink
511511 :to =" ` /${chain }/tx/${v .txhash } ` "
512- class="text-primary dark: invert "
512+ class="text-primary"
513513 >
514514 {{ v.txhash }}
515515 </RouterLink >
0 commit comments