update
This commit is contained in:
parent
e6bceb9d71
commit
b931d5c40b
9 changed files with 201 additions and 58 deletions
|
|
@ -4,6 +4,7 @@ import fr from 'vuetify/src/locale/fr'
|
|||
import FacebookIcon from '../icons/Facebook.vue'
|
||||
import InstagramIcon from '../icons/Instagram.vue'
|
||||
import TwitterIcon from '../icons/Twitter.vue'
|
||||
import colors from 'vuetify/lib/util/colors'
|
||||
|
||||
Vue.use(Vuetify)
|
||||
|
||||
|
|
@ -24,5 +25,14 @@ export default new Vuetify({
|
|||
component: InstagramIcon
|
||||
}
|
||||
}
|
||||
},
|
||||
theme: {
|
||||
themes: {
|
||||
light: {
|
||||
primary: colors.orange.darken2,
|
||||
accent: colors.orange.lighten2,
|
||||
error: colors.red.darken2
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue