Improve darkmode button contrast
This commit is contained in:
parent
d3a7616686
commit
7889fe60e2
|
@ -77,8 +77,9 @@ function App() {
|
||||||
const options = {
|
const options = {
|
||||||
bottom: '16px',
|
bottom: '16px',
|
||||||
right: '16px',
|
right: '16px',
|
||||||
buttonColorDark: '#333',
|
buttonColorDark: '#666',
|
||||||
buttonColorLight: '#ddd',
|
buttonColorLight: '#aaa',
|
||||||
|
label: '🌙',
|
||||||
}
|
}
|
||||||
const darkmode = new Darkmode(options);
|
const darkmode = new Darkmode(options);
|
||||||
darkmode.showWidget();
|
darkmode.showWidget();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user