Adjusting Filament Chart Widgets in Laravel Breeze?

I want to use a few Filament Charts in the front end which is using Laravel Breeze. The problem is they look great in Filament, but I want to adjust the coloring etc when displayed in Laravel Breeze. For example, I want to change the color of the trend line from dark/black to match the indigo of the front end (And likewise choose a dark mode color)

@livewire(App\Filament\Resources\UserResource\Widgets\ActiveUsersChartWidget::class, ['team' => $team])


What is the best way to approach this?
Screenshot_2024-09-10_at_9.07.19_AM.png
Was this page helpful?