mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add option to follow system dark/light mode (#1083)
This commit is contained in:
@@ -38,6 +38,7 @@ function Providers(props: { children: React.ReactNode }) {
|
||||
return (
|
||||
<I18nProvider i18n={i18n}>
|
||||
<MantineProvider
|
||||
defaultColorScheme="auto"
|
||||
theme={{
|
||||
primaryColor: "orange",
|
||||
fontFamily: "Open Sans",
|
||||
|
||||
Reference in New Issue
Block a user