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 }