mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
Update components/Loader.tsx
Co-authored-by: zero734kr <zero734kr@gmail.com>
This commit is contained in:
parent
e8f1b712fe
commit
7056c1ffa9
@ -3,7 +3,7 @@ const Loader = ({ text, visible = true }: LoaderProps): JSX.Element => {
|
|||||||
<div
|
<div
|
||||||
className={`${
|
className={`${
|
||||||
visible ? '' : 'hidden '
|
visible ? '' : 'hidden '
|
||||||
}w-full h-full fixed block top-0 left-0 bg-gray-500 bg-opacity-75 z-50 dark:text-black`}
|
} w-full h-full fixed block top-0 left-0 bg-gray-500 bg-opacity-75 z-50 dark:text-black`}
|
||||||
>
|
>
|
||||||
<h1 className='relative top-1/2 block mx-auto my-0 text-center text-2xl font-semibold opacity-100'>
|
<h1 className='relative top-1/2 block mx-auto my-0 text-center text-2xl font-semibold opacity-100'>
|
||||||
{text}
|
{text}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user