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 cb6519a commit 66920cbCopy full SHA for 66920cb
config/telescope-toolbar.php
@@ -33,8 +33,8 @@
33
|
34
| This option enabled/disables the Light Theme.
35
| Laravel Telescope toolbar has two themes; Light and Dark.
36
- | By default is uses the preferred color scheme of the browser.
37
- | Values be: true, false or 'auto' (default)
+ | By default is uses dark theme.
+ | Values be: 'auto', true, or false (default)
38
39
*/
40
'light_theme' => env('TELESCOPE_LIGHT_THEME', false),
0 commit comments