mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
fix icons sizes on Overview Sample
This commit is contained in:
parent
0e8d643772
commit
5e8fec4e0b
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
<i
|
||||
: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'
|
||||
}
|
||||
]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue