From 0132586d1ba7015c9c823dd9e60be68018441edc Mon Sep 17 00:00:00 2001 From: Alankrit Khatri Date: Tue, 23 Jul 2024 09:59:40 +0530 Subject: [PATCH] fixed the blur in the add memory card/component by removing a tailwind class backdrop-blur-md. made changes in dash/dialogContentContainer.tsx anad dash/menu.tsx --- apps/web/app/(dash)/dialogContentContainer.tsx | 2 +- apps/web/app/(dash)/menu.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(dash)/dialogContentContainer.tsx b/apps/web/app/(dash)/dialogContentContainer.tsx index aae71237..4e8d81ef 100644 --- a/apps/web/app/(dash)/dialogContentContainer.tsx +++ b/apps/web/app/(dash)/dialogContentContainer.tsx @@ -100,7 +100,7 @@ export function DialogContentContainer({ }, []); return ( - +
{ const content = e.get("content")?.toString(); diff --git a/apps/web/app/(dash)/menu.tsx b/apps/web/app/(dash)/menu.tsx index 34ef3b2d..c56a3247 100644 --- a/apps/web/app/(dash)/menu.tsx +++ b/apps/web/app/(dash)/menu.tsx @@ -176,7 +176,7 @@ function Menu() { - + { const content = e.get("content")?.toString();