Fixed themeswitcher

pull/310/head
cagataycivici 2020-05-05 02:04:49 +03:00
parent 71b2ff2807
commit 5cdd6bb8fd
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ export default {
},
data() {
return {
theme: 'nova-light',
theme: 'saga-blue',
activeMenuIndex: null
}
},