From 9b9c1264c601115b32d79d1e568182e17022cad2 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Mon, 9 Apr 2018 16:03:32 +0800 Subject: [PATCH] fix: with-vuetify error --- examples/with-vuetify/plugins/vuetify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-vuetify/plugins/vuetify.js b/examples/with-vuetify/plugins/vuetify.js index 0a5a2acc45..fd411f09d8 100644 --- a/examples/with-vuetify/plugins/vuetify.js +++ b/examples/with-vuetify/plugins/vuetify.js @@ -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 }