Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
remove btn-wide
Browse files Browse the repository at this point in the history
safari'd
  • Loading branch information
NextFire committed Jan 11, 2024
1 parent ed893cd commit 66bfeac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/ExpenseModalDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ watchEffect(() => props.setModal(modalRef.value));
<button class="btn">Cancel</button>
</form>
<button
class="btn btn-primary btn-wide"
class="btn btn-primary"
:disabled="!expenseStore.formValid"
@click="submit"
>
Expand Down
2 changes: 1 addition & 1 deletion components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const submit = async () => {
<button class="btn">Cancel</button>
</form>
<button
class="btn btn-primary btn-wide"
class="btn btn-primary"
:disabled="!countFormStore.formValid"
@click="submit"
>
Expand Down
4 changes: 1 addition & 3 deletions components/balances/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ const submit = async () => {
<form method="dialog">
<button class="btn">Cancel</button>
</form>
<button class="btn btn-success btn-wide" @click="submit">
Confirm
</button>
<button class="btn btn-success" @click="submit">Confirm</button>
</div>
</div>

Expand Down

0 comments on commit 66bfeac

Please sign in to comment.