forked from external-repos/noisedash
Cleanup UI
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user