mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: with-vuetify error
This commit is contained in:
parent
1ceccfca93
commit
9b9c1264c6
@ -12,7 +12,7 @@ Vue.use(Vuetify, {
|
|||||||
accent: colors.grey.darken3,
|
accent: colors.grey.darken3,
|
||||||
secondary: colors.amber.darken3,
|
secondary: colors.amber.darken3,
|
||||||
info: colors.teal.lighten1,
|
info: colors.teal.lighten1,
|
||||||
warning: colors.amber,
|
warning: colors.amber.darken2,
|
||||||
error: colors.deepOrange.accent4,
|
error: colors.deepOrange.accent4,
|
||||||
success: colors.green.accent3
|
success: colors.green.accent3
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user