From bc893f995362bd097577e371d923cfca5e9f380b Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 5 Dec 2024 19:36:26 +0100 Subject: [PATCH] Change the default theme to auto --- src/Dto/DashboardDto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dto/DashboardDto.php b/src/Dto/DashboardDto.php index b853c1b195..feb99d6820 100644 --- a/src/Dto/DashboardDto.php +++ b/src/Dto/DashboardDto.php @@ -20,7 +20,7 @@ final class DashboardDto private bool $signedUrls = false; private bool $absoluteUrls = true; private bool $enableDarkMode = true; - private string $defaultColorScheme = ColorScheme::LIGHT; + private string $defaultColorScheme = ColorScheme::AUTO; /** @var LocaleDto[] */ private array $locales = [];