From 5cdd6bb8fdf7e9009f7d5f56bcaa9a9449a2da0a Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Tue, 5 May 2020 02:04:49 +0300 Subject: [PATCH] Fixed themeswitcher --- src/AppTopBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } },