diff --git a/app/Livewire/Topbar/Actions.php b/app/Livewire/Topbar/Actions.php index 5f687ae86..9077724c8 100644 --- a/app/Livewire/Topbar/Actions.php +++ b/app/Livewire/Topbar/Actions.php @@ -67,7 +67,7 @@ public function speedtestAction(): Action ->modalWidth('lg') ->modalSubmitActionLabel(__('results.start')) ->button() - ->size(Size::Medium) + ->size(request()->is('filament*') ? Size::Medium : Size::Large) ->color('primary') ->label(__('results.speedtest')) ->icon('tabler-rocket')