mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
update preloader
This commit is contained in:
@@ -8,7 +8,7 @@ export function FullScreenLoader() {
|
||||
return (
|
||||
<div
|
||||
id="preloader"
|
||||
className="fixed left-0 top-0 z-999999 flex h-screen w-screen items-center justify-center bg-white"
|
||||
className="fixed left-0 top-0 z-999999 flex h-screen w-screen items-center justify-center bg-main-bg"
|
||||
>
|
||||
<div className="h-16 w-16 animate-spin rounded-full border-4 border-solid border-primary border-t-transparent"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user