Change dark mode label to 🌓

master
Tanner Collin 1 year ago
parent c8b1de5eea
commit 43a9595dd3
  1. 2
      webclient/src/App.js

@ -98,7 +98,7 @@ function App() {
right: '16px',
buttonColorDark: '#666',
buttonColorLight: '#aaa',
label: '🌙',
label: '🌓',
autoMatchOsTheme: false,
}
const darkmode = new Darkmode(options);

Loading…
Cancel
Save