minor with theme admin colors

This commit is contained in:
lesion 2023-03-27 17:18:57 +02:00
parent 2d11d88e8f
commit 0682feaaf8
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -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]'