From 87becc7f4cc036fcc0a6ad4e2c0c0f26e5300a8f Mon Sep 17 00:00:00 2001 From: "Natalie B." <22222885+espeon@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:56:04 -0600 Subject: [PATCH] change outer background to be same as inner --- apps/amethyst/app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/amethyst/app/_layout.tsx b/apps/amethyst/app/_layout.tsx index 36f71c1..089dd5d 100644 --- a/apps/amethyst/app/_layout.tsx +++ b/apps/amethyst/app/_layout.tsx @@ -84,7 +84,7 @@ export default function RootLayout() { } return ( - + {} -- 2.51.2