Disable dark mode by default

This commit is contained in:
Tanner Collin 2023-02-18 02:55:04 +00:00
parent b47c773b16
commit c8b1de5eea

View File

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