simple mock up for fav* need icon set to align
This commit is contained in:
parent
8ad3ef95d8
commit
f9c18c55cb
5 changed files with 88 additions and 18 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue