From 410e420a46f8fc5d1c4c620c19bdaf13f9276020 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 00:13:45 +0200 Subject: [PATCH] feat: use dark background overlay --- web/src/layout/BackgroundLayout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/layout/BackgroundLayout.tsx b/web/src/layout/BackgroundLayout.tsx index 9e926c8..5ef432a 100644 --- a/web/src/layout/BackgroundLayout.tsx +++ b/web/src/layout/BackgroundLayout.tsx @@ -6,8 +6,9 @@ export interface IBackgroundLayoutProps { const BackgroundLayout: FC = ({ children }) => { return ( - //
-
+ //
+ //
+
{children}
);