Olivier Massot 4 лет назад
Родитель
Сommit
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':