Frontend: Update connect.vue template

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-12-13 18:17:33 +01:00
parent fc25640332
commit 67220b5c13

View file

@ -45,9 +45,9 @@
</v-alert> </v-alert>
</v-flex> </v-flex>
<v-flex xs12 class="pa-2"> <v-flex xs12 class="pa-2">
<v-btn color="secondary-light" :block="$vuetify.breakpoint.xsOnly" <v-btn color="primary-button lighten-2" :block="$vuetify.breakpoint.xsOnly"
class="ml-0" class="ml-0"
depressed outline
:disabled="busy" :disabled="busy"
@click.stop="reset"> @click.stop="reset">
<translate>Cancel</translate> <translate>Cancel</translate>
@ -74,9 +74,9 @@
</v-alert> </v-alert>
</v-flex> </v-flex>
<v-flex xs12 grow class="pa-2"> <v-flex xs12 grow class="pa-2">
<v-btn href="https://my.photoprism.app/dashboard" target="_blank" color="secondary-light" <v-btn href="https://my.photoprism.app/dashboard" target="_blank" color="primary-button lighten-2" :block="$vuetify.breakpoint.xsOnly"
class="ml-0" :block="$vuetify.breakpoint.xsOnly" class="ml-0"
depressed outline
:disabled="busy"> :disabled="busy">
<translate>Manage account</translate> <translate>Manage account</translate>
</v-btn> </v-btn>