We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89aef5 commit ab0b9e1Copy full SHA for ab0b9e1
config/debugbar.php
@@ -308,7 +308,7 @@
308
| Switches between light and dark theme. If set to auto it will respect system preferences
309
| Possible values: auto, light, dark
310
*/
311
- 'theme' => env('DEBUGBAR_THEME', 'auto'),
+ 'theme' => env('DEBUGBAR_THEME', 'dark'),
312
313
/*
314
|--------------------------------------------------------------------------
0 commit comments