Change the color of the widget

Hello i wanted to change the color of the Numbers any idea how?

        Stat::make(label: 'Total Overview',
                value: Number::currency(Invoice::where('invoice_month', $selectedMonth)->sum('total_amount'), 'EUR'),
            )->icon('heroicon-o-clipboard'),
image.png
Was this page helpful?