diff --git a/app/Livewire/Installer/PanelInstaller.php b/app/Livewire/Installer/PanelInstaller.php index e37ac3fe8..c55b2e8c4 100644 --- a/app/Livewire/Installer/PanelInstaller.php +++ b/app/Livewire/Installer/PanelInstaller.php @@ -42,7 +42,7 @@ class PanelInstaller extends SimplePage implements HasForms public function getMaxWidth(): MaxWidth|string { - return config('panel.filament.display-width', 'screen-2xl'); + return MaxWidth::SevenExtraLarge; } public static function isInstalled(): bool