From bf3ee0e12e96bb8ec80a6d7fc2c0108fea2785e9 Mon Sep 17 00:00:00 2001 From: Ricardo Castro Date: Sun, 14 Jul 2024 18:42:26 -0400 Subject: [PATCH] feat: remove default dark --- apps/gifting-concierge/src/app/confirm/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gifting-concierge/src/app/confirm/layout.tsx b/apps/gifting-concierge/src/app/confirm/layout.tsx index 07c770a..e324416 100644 --- a/apps/gifting-concierge/src/app/confirm/layout.tsx +++ b/apps/gifting-concierge/src/app/confirm/layout.tsx @@ -29,7 +29,7 @@ export const metadata: Metadata = { export default function Layout({ children }: { children: React.ReactNode }) { return ( <> -
+
{children}