minor with theme admin colors
This commit is contained in:
parent
2d11d88e8f
commit
0682feaaf8
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ v-container
|
|||
//- choose theme colors
|
||||
v-card-text
|
||||
v-theme-provider(dark)
|
||||
v-card(max-width='450')
|
||||
v-card(max-width='465')
|
||||
v-card-text
|
||||
span.mr-2(v-for='(color, i) in settings.dark_colors' :key='i')
|
||||
v-menu(v-model='dark_menu[i]'
|
||||
|
@ -71,7 +71,7 @@ v-container
|
|||
v-color-picker(mode='hexa' :value='color' @update:color='c => updateColor("dark", i, c)')
|
||||
|
||||
v-theme-provider(light)
|
||||
v-card.mt-4(max-width='450')
|
||||
v-card.mt-4(max-width='465')
|
||||
v-card-text
|
||||
span.mr-2(v-for='(color, i) in settings.light_colors' :key='i')
|
||||
v-menu(v-model='light_menu[i]'
|
||||
|
|
Loading…
Reference in a new issue