diff --git a/frontend/src/components/child/RewardConfirmDialog.vue b/frontend/src/components/child/RewardConfirmDialog.vue index 4e13e28..530e56c 100644 --- a/frontend/src/components/child/RewardConfirmDialog.vue +++ b/frontend/src/components/child/RewardConfirmDialog.vue @@ -4,6 +4,7 @@ :imageUrl="reward.image_url" :title="reward.name" :subtitle="reward.points_needed === 0 ? 'Reward Ready!' : reward.points_needed + ' more points'" + dialogMaxWidth="760px" @backdrop-click="$emit('cancel')" >