Skip to content

Commit

Permalink
tweak modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
aggre committed Feb 26, 2025
1 parent 26c9bf6 commit a6b96c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Clips/ModalContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { composedItem } = defineProps<Props>()
</script>

<template>
<div class="rounded-xl bg-white p-4 text-black shadow">
<div class="my-12 rounded-xl bg-white p-4 text-black shadow">
<ComposedCheckout v-bind="composedItem.props" />
</div>
</template>

0 comments on commit a6b96c6

Please sign in to comment.