Skip to content

Commit

Permalink
refactor: align ui style
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 1, 2020
1 parent c263f28 commit ae54657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/renderer/windows/main/pages/HomePageFeedbackDialog.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<v-dialog v-model="isShown" hide-overlay transition="dialog-bottom-transition" width="500">
<v-toolbar color="warning">
<v-btn icon dark @click="hide">
<v-icon>close</v-icon>
</v-btn>
<v-toolbar-title> {{ $t('feedback') }} </v-toolbar-title>
<v-spacer />
<v-btn icon dark @click="hide">
<v-icon>close</v-icon>
</v-btn>
</v-toolbar>
<v-list three-line subheader>
<v-subheader>{{ $t('feedback.description') }}</v-subheader>
Expand Down

0 comments on commit ae54657

Please sign in to comment.