Minor changes

This commit is contained in:
Douglas Barone 2020-12-09 15:41:41 -04:00
parent 92f03ef0a8
commit 85152e37ea
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<template>
<v-app>
<v-overlay :value="$apollo.queries.me.loading" z-index="9">
<v-progress-circular color="primary lighten-4" indeterminate size="96" />
<v-progress-circular color="primary lighten-2" indeterminate size="120" />
</v-overlay>
<component :is="layout" />
<v-snackbar

View File

@ -11,7 +11,7 @@ export default new Vuetify({
},
themes: {
light: {
primary: '#3fa14c',
primary: '#3FA14C',
secondary: '#408048',
accent: '#1f4366',
error: '#FF5252',
@ -20,7 +20,7 @@ export default new Vuetify({
warning: '#FFC107'
},
dark: {
primary: '#46729c',
primary: '#3FA14C',
secondary: '#737373',
accent: '#688ecc',
error: '#FF5252',

View File

@ -41,6 +41,9 @@
/>
<v-footer>
<span v-if="$vuetify.breakpoint.mdAndUp">
Ordenando por <em>"visto por último"</em>
</span>
<v-spacer />
<v-btn
:elevation="0"