Large buttons

This commit is contained in:
Natsumi
2025-09-16 17:42:56 +12:00
parent 9a99b37fea
commit fb542b0bd7
21 changed files with 43 additions and 83 deletions

View File

@@ -23,7 +23,7 @@
<el-button @click="cancelEditAndSendInviteResponse">{{
t('dialog.edit_send_invite_response_message.cancel')
}}</el-button>
<el-button type="primary" size="small" @click="saveEditAndSendInviteResponse">{{
<el-button type="primary" @click="saveEditAndSendInviteResponse">{{
t('dialog.edit_send_invite_response_message.send')
}}</el-button>
</template>