瀏覽代碼

fix themes names

Olivier Massot 4 年之前
父節點
當前提交
12e47e0531
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      plugins/theming.js

+ 2 - 2
plugins/theming.js

@@ -14,10 +14,10 @@ export default function (context) {
       case 'grey':
         context.$vuetify.theme.themes.light.primary = '#8c8c8c'
         break
-      case 'lightblue':
+      case 'light-blue':
         // already the default one
         break
-      case 'lightred':
+      case 'light-red':
         context.$vuetify.theme.themes.light.primary = '#dd453f'
         break
       case 'orange':