Skip to content

Commit 141d3c1

Browse files
committed
style: Adjust button size attribute
- Remove `size="comfortable"` from v-btn
1 parent a65546e commit 141d3c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/components/dashboard/AuditUserBalance.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div class="d-flex justify-space-between align-end mb-4">
4646
<div>
4747
<h3 class="text-h6 font-weight-bold">Audit Results for {{ reportData.user_full_name
48-
}}</h3>
48+
}}</h3>
4949
<div class="text-body-2 text-medium-emphasis">Period: {{ reportData.year }} |
5050
Reason: <span class="text-capitalize">{{ reportData.reason }}</span></div>
5151
</div>
@@ -143,7 +143,7 @@
143143

144144
<div class="d-flex justify-end mt-4">
145145
<v-btn v-if="reportData.discrepancy" color="error" @click="showFixConfirm = true"
146-
:loading="isFixing" size="comfortable" class="text-none font-weight-bold px-8">
146+
:loading="isFixing" class="text-none font-weight-bold px-8">
147147
Synchronize User Balance
148148
</v-btn>
149149
</div>

0 commit comments

Comments
 (0)