Skip to content

Commit

Permalink
chore: 설정 닫는 버튼 크게(block)
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 16, 2022
1 parent 2e84afb commit c1ff517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/checkin/CheckIn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<v-card-actions>
<v-spacer></v-spacer>
<v-btn color="blue darken-1" @click="closeSettings">확인</v-btn>
<v-btn color="blue darken-1" block @click="closeSettings">확인</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
Expand Down

0 comments on commit c1ff517

Please sign in to comment.