Skip to content

Commit

Permalink
fix: 連携解除時のモーダルのサイズをsmallに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
arata-nvm committed Feb 23, 2024
1 parent 62b9dfa commit 5089ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ declare global {
<Modal
v-if="isProviderRevocationModalVisible"
class="provider-revocation-modal"
size="small"
@click="closeProviderRevocationModal"
>
<template #title>連携を解除しますか?</template>
Expand Down

0 comments on commit 5089ae6

Please sign in to comment.