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 4355550 commit aac8f08Copy full SHA for aac8f08
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', 'dark'),
+ 'theme' => env('DEBUGBAR_THEME', 'auto'),
312
313
/*
314
|--------------------------------------------------------------------------
0 commit comments