feat: loading & empty state for step 2

This commit is contained in:
AkaraChen
2024-12-04 16:07:25 +08:00
parent 1df3f4aad3
commit 90b407ecc8
9 changed files with 99 additions and 7 deletions

View File

@ -19,7 +19,7 @@ export const PreviewContainer: FC<PreviewContainerProps> = forwardRef((props, re
<header className='py-4 pl-5 pr-3 border-b border-divider-subtle'>
{header}
</header>
<main className='py-5 px-6'>
<main className='py-5 px-6 w-full h-full'>
{children}
</main>
</div>