Change dark mode label to 🌓
This commit is contained in:
parent
c8b1de5eea
commit
43a9595dd3
|
@ -98,7 +98,7 @@ function App() {
|
||||||
right: '16px',
|
right: '16px',
|
||||||
buttonColorDark: '#666',
|
buttonColorDark: '#666',
|
||||||
buttonColorLight: '#aaa',
|
buttonColorLight: '#aaa',
|
||||||
label: '🌙',
|
label: '🌓',
|
||||||
autoMatchOsTheme: false,
|
autoMatchOsTheme: false,
|
||||||
}
|
}
|
||||||
const darkmode = new Darkmode(options);
|
const darkmode = new Darkmode(options);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user