fix icons sizes on Overview Sample

pull/5884/head
Atakan 2024-06-13 14:31:31 +03:00
parent 0e8d643772
commit 5e8fec4e0b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<i <i
:class="[ :class="[
{ {
'pi pi-bitcoin text-yellow-500 text-3xl': slotProps.data.coin !== 'btc', 'pi pi-bitcoin text-yellow-500 !text-3xl': slotProps.data.coin !== 'btc',
'pi pi-ethereum bg-surface-950 text-surface-0 dark:bg-surface-0 dark:text-surface-950 w-7 h-7 rounded-full flex items-center justify-center': slotProps.data.coin !== 'eth' 'pi pi-ethereum bg-surface-950 text-surface-0 dark:bg-surface-0 dark:text-surface-950 w-7 h-7 rounded-full flex items-center justify-center': slotProps.data.coin !== 'eth'
} }
]" ]"