From 4b4f58a426cd97d59dd1fdcdaf108e5c14e90d6a Mon Sep 17 00:00:00 2001 From: Walidoux Date: Wed, 19 Apr 2023 17:15:11 +0000 Subject: [PATCH] refactor(components): enhance Downloader UI --- src/components/Downloader/Downloader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Downloader/Downloader.tsx b/src/components/Downloader/Downloader.tsx index 253885a..495ad70 100644 --- a/src/components/Downloader/Downloader.tsx +++ b/src/components/Downloader/Downloader.tsx @@ -40,7 +40,7 @@ export const Downloader: React.FC = ({ initial={{ opacity: 0 }} animate={{ opacity: 1, transition: { staggerChildren: 0.5 } }} exit={{ opacity: 0 }} - className='pointer-events-none absolute left-0 top-0 flex h-full w-full flex-col items-center justify-center rounded-xl bg-black/70 pb-5 text-[12px] text-white'> + className='pointer-events-none text-center absolute left-0 top-0 flex h-full w-full flex-col items-center justify-center rounded-xl bg-black/70 pb-5 text-[12px] text-white'>