diff --git a/webclient/src/App.js b/webclient/src/App.js index e6d11de..1edc59a 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -99,6 +99,7 @@ function App() { buttonColorDark: '#666', buttonColorLight: '#aaa', label: '🌙', + autoMatchOsTheme: false, } const darkmode = new Darkmode(options); darkmode.showWidget();