mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
replaces btn-default with btn-secondary (#9704)
This commit is contained in:
committed by
Sabe Jones
parent
67b396bf16
commit
a44f29dad8
@@ -10,7 +10,7 @@
|
||||
div(v-markdown='cardMessage')
|
||||
.modal-footer
|
||||
small.pull-left {{ $t(cardType + 'CardExplanation')}}
|
||||
button.btn.btn-default(@click='readCard()') {{ $t('ok') }}
|
||||
button.btn.btn-secondary(@click='readCard()') {{ $t('ok') }}
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user