Skip to content

Commit

Permalink
fix: remove backdrop blur
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiiBz committed Dec 30, 2023
1 parent 15ebadd commit a87aeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/Splash/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Splash({ children }: OgSplashProps) {
<>
<OgEditor height={630} imageId={image ?? 'splash'} width={1200} />
{image ? null : (
<div className="w-screen h-screen bg-black/10 flex justify-center items-center absolute top-0 left-0 z-10 backdrop-blur-[1px]">
<div className="w-screen h-screen bg-black/10 flex justify-center items-center absolute top-0 left-0 z-10">
<div className="p-8 rounded-md bg-white shadow-lg shadow-gray-200 w-[980px] h-[684px]">
<div className="flex items-center justify-between">
<div className="flex items-center gap-4">
Expand Down

0 comments on commit a87aeec

Please sign in to comment.