diff --git a/app/Filament/Resources/ServerResource.php b/app/Filament/Resources/ServerResource.php index 185695d40..f7d69c0df 100644 --- a/app/Filament/Resources/ServerResource.php +++ b/app/Filament/Resources/ServerResource.php @@ -623,7 +623,7 @@ class ServerResource extends Resource 'suspended' => 'tabler-heart-cancel', default => 'tabler-heart-question', }) - ->color(fn (string $state): string => match ($state) { + ->color(fn ($state): string => match ($state) { 'running' => 'success', 'installing', 'restarting' => 'primary', 'paused', 'removing' => 'warning',