refactor(auth): streamline LoadingOverlay usage in AuthCallback for a seamless loading experience
This commit is contained in:
@@ -22,7 +22,7 @@ export default function LoadingOverlay({
|
||||
}, [])
|
||||
|
||||
const content = (
|
||||
<div className="fixed inset-0 z-[100] flex items-center justify-center bg-white dark:bg-neutral-950 animate-in fade-in duration-200">
|
||||
<div className="fixed inset-0 z-[9999] flex items-center justify-center bg-white dark:bg-neutral-950 animate-in fade-in duration-200">
|
||||
<div className="flex flex-col items-center gap-6">
|
||||
<div className="flex items-center gap-3">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user