summaryrefslogtreecommitdiff
path: root/app/Module/MinimalTheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/MinimalTheme.php')
-rw-r--r--app/Module/MinimalTheme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/MinimalTheme.php b/app/Module/MinimalTheme.php
index a16f07e692..59b3411ef4 100644
--- a/app/Module/MinimalTheme.php
+++ b/app/Module/MinimalTheme.php
@@ -46,8 +46,8 @@ class MinimalTheme extends AbstractModule implements ModuleThemeInterface
];
}
- public function supportsDarkTheme(): bool
+ public function bootstrapColorScheme(): string
{
- return true;
+ return 'auto';
}
}