fix(components): render UI

This commit is contained in:
Walid 2023-04-20 15:56:49 +00:00
parent 9652ec9122
commit deb1ca5ad9
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF

View File

@ -11,7 +11,7 @@ export const Window: React.FC<WindowProps> = ({ children }) => {
<Fragment>
<TitleBar />
<main className='flex h-screen w-screen flex-col items-center justify-center overflow-hidden bg-[#242424] p-10'>
<main className='flex items-center justify-center py-20 h-full w-screen flex-col bg-[#242424]'>
{children}
</main>
</Fragment>