UX: Improve confirm button style in account.vue
This commit is contained in:
parent
c1d06f5d2b
commit
441b51b228
1 changed files with 2 additions and 2 deletions
|
@ -62,9 +62,9 @@
|
|||
</v-flex>
|
||||
|
||||
<v-flex xs12 class="pa-2">
|
||||
<v-btn depressed small color="primary-button"
|
||||
<v-btn depressed color="primary-button"
|
||||
:disabled="disabled()"
|
||||
class="action-confirm white--text ma-0"
|
||||
class="action-confirm compact white--text ma-0"
|
||||
@click.stop="confirm">
|
||||
<translate>Change</translate>
|
||||
<v-icon :right="!rtl" :left="rtl" dark>keyboard_return</v-icon>
|
||||
|
|
Loading…
Reference in a new issue