We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55e590 commit e0fa55cCopy full SHA for e0fa55c
2 files changed
src/components/Common/DelayedLoading.tsx
src/components/Common/Loading.tsx
@@ -78,9 +78,7 @@ export const Loading: React.FC<LoadingProps> = ({
78
>
79
<div
80
className={`my-40 flex w-screen items-center justify-center ${
81
- transparent
82
- ? 'absolute left-0 top-0 h-screen bg-backdrop/90'
83
- : 'bg-backdrop'
+ transparent ? 'absolute left-0 top-0 h-screen' : ''
84
} md:my-auto`}
85
86
<div className="flex flex-col items-center gap-4">
0 commit comments