浏览代码

minor style fix

Olivier Massot 5 月之前
父节点
当前提交
aa100ade59
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      pages/shop/try/validation.vue

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

@@ -18,7 +18,12 @@
         </p>
       </v-card-text>
       <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
         </v-btn>
       </v-card-actions>