refactor: callback modal width

This commit is contained in:
Zack Spear
2023-06-21 16:06:45 -05:00
parent 1180430d23
commit 7b4afb86ba
2 changed files with 3 additions and 2 deletions

View File

@@ -42,9 +42,9 @@ const { text, copy, copied, isSupported } = useClipboard({ source: keyUrl.value
<template>
<Modal
:open="open"
max-width="max-w-800px"
max-width="max-w-640px"
>
<div class="text-16px text-center relative w-full flex flex-col gap-y-16px py-16px">
<div class="text-16px text-center relative w-full flex flex-col gap-y-16px">
<header>
<h1 class="text-24px font-semibold">{{ heading }}</h1>
<p v-if="subheading" class="text-16px opacity-80">{{ subheading }}</p>

View File

@@ -88,6 +88,7 @@ export default <Partial<Config>>{
'300px': '300px',
'310px': '310px',
'350px': '350px',
'640px': '640px',
'800px': '800px',
},
}