Skip to content

Commit 66920cb

Browse files
authored
Fix config comment on light theme (#83)
1 parent cb6519a commit 66920cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/telescope-toolbar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
|
3434
| This option enabled/disables the Light Theme.
3535
| 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)
36+
| By default is uses dark theme.
37+
| Values be: 'auto', true, or false (default)
3838
|
3939
*/
4040
'light_theme' => env('TELESCOPE_LIGHT_THEME', false),

0 commit comments

Comments
 (0)