This commit is contained in:
Alexander Minkin 2021-01-27 18:29:19 +03:00
parent 5616bc86a9
commit 6b5b16c42e
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@
backgroundColor: '#fff', // default: '#fff' backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c' buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff' buttonColorLight: '#fff', // default: '#fff'
saveInCookies: false, // default: true, saveInCookies: true, // default: true,
label: '🌓', // default: '' label: '🌓', // default: ''
autoMatchOsTheme: true // default: true autoMatchOsTheme: true // default: true
} }

View file

@ -111,7 +111,7 @@
backgroundColor: '#fff', // default: '#fff' backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c' buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff' buttonColorLight: '#fff', // default: '#fff'
saveInCookies: false, // default: true, saveInCookies: true, // default: true,
label: '🌓', // default: '' label: '🌓', // default: ''
autoMatchOsTheme: true // default: true autoMatchOsTheme: true // default: true
} }