F
Filament2mo ago
AleorL

widget stat

I want a stats widget with text size 1/3 of original size
Stat::make('Total Transfer', number_format($total,5)),
Stat::make('Transferred Nominal', number_format($transferred,5)),
Stat::make('Remaining Transfer', number_format($remaining,5)),
Stat::make('Total Transfer', number_format($total,5)),
Stat::make('Transferred Nominal', number_format($transferred,5)),
Stat::make('Remaining Transfer', number_format($remaining,5)),
No description
3 Replies
yandos666
yandos6662mo ago
Could you not just do this with CSS? the class is fi-wi-stats-overview-stat-value
AleorL
AleorL2mo ago
do i call it like columnspan in the widget component? never heard of fi-wi-stats-overview-stat-value can explain more
Dennis Koch
Dennis Koch2mo ago
No. It’s a CSS class and you need to create a theme for it