simple mock up for fav* need icon set to align

This commit is contained in:
SRP-mango 2023-07-29 06:47:47 +07:00
parent 8ad3ef95d8
commit f9c18c55cb
5 changed files with 88 additions and 18 deletions

View file

@ -1,6 +1,6 @@
import { createApp } from 'vue'
import { createVuetify, ThemeDefinition } from 'vuetify'
import { aliases, custom } from '../iconsets/custom'
const myCustomLightTheme = {
dark: false,
colors: {
@ -24,4 +24,11 @@ export default createVuetify({
myCustomLightTheme,
},
},
icons: {
defaultSet: 'adwaita',
aliases,
sets: {
custom,
},
},
})