소스 검색

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':