add option to follow system dark/light mode (#1083)

This commit is contained in:
Athou
2024-01-01 18:51:54 +01:00
parent 1ae5111f76
commit 92b624ca8a
2 changed files with 56 additions and 41 deletions

View File

@@ -38,6 +38,7 @@ function Providers(props: { children: React.ReactNode }) {
return (
<I18nProvider i18n={i18n}>
<MantineProvider
defaultColorScheme="auto"
theme={{
primaryColor: "orange",
fontFamily: "Open Sans",