replaces btn-default with btn-secondary (#9704)

This commit is contained in:
Cassidy Pignatello
2018-01-12 17:25:02 -05:00
committed by Sabe Jones
parent 67b396bf16
commit a44f29dad8
11 changed files with 52 additions and 52 deletions

View File

@@ -97,7 +97,7 @@ div
input(type='checkbox', v-model='newGroup.leaderOnly.challenges')
| {{ $t('leaderOnlyChallenges') }}
.form-group(v-if='type === "party"')
button.btn.btn-default.form-control(@click='createGroup()', :value="$t('createGroupPlan')")
button.btn.btn-secondary.form-control(@click='createGroup()', :value="$t('createGroupPlan')")
.form-group
button.btn.btn-primary.btn-lg.btn-block(@click="createGroup()", :disabled="!newGroupIsReady") {{ $t('createGroupPlan') }}
.col-12(v-if='activePage === PAGES.PAY')