Answer the question
In order to leave comments, you need to log in
How to use vuetify themes?
In main.js
Vue.use(Vuetify, {
theme: {
primary: '#3f51b5',
secondary: '#b0bec5',
accent: '#8c9eff',
error: '#b71c1c',
wraning: 'red'
}
});
<v-btn color="primary">Button</v-btn>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question