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 cc5662c commit d2c33f0Copy full SHA for d2c33f0
config/debugbar.php
@@ -305,7 +305,7 @@
305
| Switches between light and dark theme. If set to auto it will respect system preferences
306
| Possible values: auto, light, dark
307
*/
308
- 'theme' => env('DEBUGBAR_THEME') ?: env('IGNITION_THEME', 'auto'),
+ 'theme' => env('DEBUGBAR_THEME', 'auto'),
309
310
/*
311
|--------------------------------------------------------------------------
0 commit comments