Browse Source

minor style fix

Olivier Massot 4 months ago
parent
commit
aa100ade59
1 changed files with 6 additions and 1 deletions
  1. 6 1
      pages/shop/try/validation.vue

+ 6 - 1
pages/shop/try/validation.vue

@@ -18,7 +18,12 @@
         </p>
         </p>
       </v-card-text>
       </v-card-text>
       <v-card-actions class="justify-center">
       <v-card-actions class="justify-center">
-        <v-btn color="primary" to="/opentalent-artist">
+        <v-btn
+          variant="elevated"
+          prepend-icon="fas fa-arrow-left"
+          color="secondary"
+          to="/opentalent-artist"
+        >
           Retour à la page Opentalent Artist
           Retour à la page Opentalent Artist
         </v-btn>
         </v-btn>
       </v-card-actions>
       </v-card-actions>