1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix CI error

This commit is contained in:
Kazu Yokomizo
2017-11-11 20:34:31 +09:00
parent 1cd26d2e71
commit a84fddd5fa
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ function set (updates) {
if (newConfig.ui.theme === 'dark') {
document.body.setAttribute('data-theme', 'dark')
} else if (newConfig.ui.theme === 'white') {
} else if (newConfig.ui.theme === 'white') {
document.body.setAttribute('data-theme', 'white')
} else {
document.body.setAttribute('data-theme', 'default')