© 2026 Hedgehog Software, LLC
->colors(function () { $tenant = Filament::getTenant(); if (!$tenant) { return []; } $configService = app(ConfigService::class); $themeService = new ThemeService($tenant, $configService); return $themeService->getFilamentColors(); })