mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
replaces btn-default with btn-secondary (#9704)
This commit is contained in:
committed by
Sabe Jones
parent
67b396bf16
commit
a44f29dad8
@@ -24,7 +24,7 @@
|
||||
.col-md-6
|
||||
input.form-control(type='text', v-model='password')
|
||||
.modal-footer
|
||||
button.btn.btn-default(@click='close()') {{ $t('neverMind') }}
|
||||
button.btn.btn-secondary(@click='close()') {{ $t('neverMind') }}
|
||||
button.btn.btn-danger(:disabled='!password', @click='deleteAccount()') {{ $t('deleteDo') }}
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user