Disable dark mode by default

master
Tanner Collin 1 year ago
parent b47c773b16
commit c8b1de5eea
  1. 1
      webclient/src/App.js

@ -99,6 +99,7 @@ function App() {
buttonColorDark: '#666',
buttonColorLight: '#aaa',
label: '🌙',
autoMatchOsTheme: false,
}
const darkmode = new Darkmode(options);
darkmode.showWidget();

Loading…
Cancel
Save