Browse Source

fix themes names

Olivier Massot 4 years ago
parent
commit
12e47e0531
1 changed files with 2 additions and 2 deletions
  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':