fix: with-vuetify error

This commit is contained in:
Clark Du 2018-04-09 16:03:32 +08:00
parent 1ceccfca93
commit 9b9c1264c6

View File

@ -12,7 +12,7 @@ Vue.use(Vuetify, {
accent: colors.grey.darken3,
secondary: colors.amber.darken3,
info: colors.teal.lighten1,
warning: colors.amber,
warning: colors.amber.darken2,
error: colors.deepOrange.accent4,
success: colors.green.accent3
}