Cleanup UI

This commit is contained in:
Kevin Thomas
2021-11-11 20:26:41 -08:00
parent f4ec82b2ff
commit bd73f9dae3
3 changed files with 41 additions and 19 deletions

View File

@@ -1,7 +1,19 @@
import Vue from 'vue'
import Vuetify from 'vuetify/lib/framework'
import colors from 'vuetify/lib/util/colors'
Vue.use(Vuetify)
export default new Vuetify({
theme: {
themes: {
light: {
primary: colors.blueGrey
},
dark: {
primary: colors.blueGrey
}
}
}
})