diff --git a/src/AppTopBar.vue b/src/AppTopBar.vue index 7fd240665..fc2ffea01 100755 --- a/src/AppTopBar.vue +++ b/src/AppTopBar.vue @@ -81,7 +81,7 @@ export default { }, data() { return { - theme: 'nova-light', + theme: 'saga-blue', activeMenuIndex: null } },