Change dark mode label to 🌓

This commit is contained in:
Tanner Collin 2023-02-18 02:56:48 +00:00
parent c8b1de5eea
commit 43a9595dd3

View File

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