Skip to content

Commit

Permalink
feature #6627 Change the default theme to auto (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.x branch.

Discussion
----------

Change the default theme to auto

As mentioned in #6433 (comment)

#SymfonyHackday

Commits
-------

bc893f9 Change the default theme to auto
  • Loading branch information
javiereguiluz committed Dec 7, 2024
2 parents b0a4d08 + bc893f9 commit d82326c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dto/DashboardDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit d82326c

Please sign in to comment.