Improve darkmode button contrast

master
Tanner Collin 4 years ago
parent d3a7616686
commit 7889fe60e2
  1. 5
      webclient/src/App.js

@ -77,8 +77,9 @@ function App() {
const options = {
bottom: '16px',
right: '16px',
buttonColorDark: '#333',
buttonColorLight: '#ddd',
buttonColorDark: '#666',
buttonColorLight: '#aaa',
label: '🌙',
}
const darkmode = new Darkmode(options);
darkmode.showWidget();

Loading…
Cancel
Save