Skip to content

Commit d2c33f0

Browse files
committed
Revert theme setting
1 parent cc5662c commit d2c33f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
| Switches between light and dark theme. If set to auto it will respect system preferences
306306
| Possible values: auto, light, dark
307307
*/
308-
'theme' => env('DEBUGBAR_THEME') ?: env('IGNITION_THEME', 'auto'),
308+
'theme' => env('DEBUGBAR_THEME', 'auto'),
309309

310310
/*
311311
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)