Skip to content

Commit 3ef5407

Browse files
committed
use use depressed layout for button like other buttons
1 parent eb297b3 commit 3ef5407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue/src/components/ErrorMessage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<v-card-text>{{textString}}</v-card-text>
3333
<v-card-actions class="pb-4 pr-4">
3434
<v-spacer></v-spacer>
35-
<v-btn color="gray" @click="composeEmail">{{$t('button.contact')}}</v-btn>
36-
<v-btn color="primary" class="ml-4" :to="'/' + $i18n.locale + '/'">
35+
<v-btn depressed color="gray" @click="composeEmail">{{$t('button.contact')}}</v-btn>
36+
<v-btn depressed color="primary" class="ml-4" :to="'/' + $i18n.locale + '/'">
3737
{{$t('button.back')}}
3838
</v-btn>
3939
</v-card-actions>

0 commit comments

Comments
 (0)