From aac8f08b73af8c5d2ab6595c8823ddb26d1453f1 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 31 Mar 2024 20:34:40 +0200 Subject: [PATCH] Revert "Use dark theme by default (#1546)" (#1594) This reverts commit ab0b9e1a8eefea52522b4d8f8b2a884d56de5515. --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 9692c2ec..abede144 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -308,7 +308,7 @@ | Switches between light and dark theme. If set to auto it will respect system preferences | Possible values: auto, light, dark */ - 'theme' => env('DEBUGBAR_THEME', 'dark'), + 'theme' => env('DEBUGBAR_THEME', 'auto'), /* |--------------------------------------------------------------------------