Skip to content

Commit

Permalink
Update primary color in AdminPanelProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
tobifra committed Aug 18, 2024
1 parent bf53d2c commit e65dc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function panel(Panel $panel): Panel
->path('admin')
->login()
->colors([
'primary' => Color::Amber,
'primary' => Color::Red,
])
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
Expand Down

0 comments on commit e65dc1b

Please sign in to comment.