From 9c1d4d04c1d5838ee2422b952661c9c91186f1c4 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 9 Mar 2024 20:39:12 +0100 Subject: [PATCH] Use dark theme --- config/telescope-toolbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/telescope-toolbar.php b/config/telescope-toolbar.php index 68a55b4..7a8436b 100644 --- a/config/telescope-toolbar.php +++ b/config/telescope-toolbar.php @@ -37,7 +37,7 @@ | Values be: true, false or 'auto' (default) | */ - 'light_theme' => env('TELESCOPE_LIGHT_THEME', 'auto'), + 'light_theme' => env('TELESCOPE_LIGHT_THEME', false), /* |--------------------------------------------------------------------------