Skip to content

Commit

Permalink
Revert "Use dark theme by default (#1546)" (#1594)
Browse files Browse the repository at this point in the history
This reverts commit ab0b9e1.
  • Loading branch information
barryvdh committed Mar 31, 2024
1 parent 4355550 commit aac8f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit aac8f08

Please sign in to comment.