From 8a8c4f71775f777f8141d834b6c03845ae46873f Mon Sep 17 00:00:00 2001 From: francy51 Date: Thu, 12 Mar 2026 21:33:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20remove=20ambient=20grid?= =?UTF-8?q?=20background=20from=20app=20shells?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the decorative grid background layer from both the main app shell and authentication shell to create a cleaner, more minimal UI appearance. Co-Authored-By: Claude Sonnet 4.5 --- components/auth/auth-shell.tsx | 1 - components/shell/app-shell.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/components/auth/auth-shell.tsx b/components/auth/auth-shell.tsx index 30addcb..588bc29 100644 --- a/components/auth/auth-shell.tsx +++ b/components/auth/auth-shell.tsx @@ -10,7 +10,6 @@ type AuthShellProps = { export function AuthShell({ title, subtitle, children, footer }: AuthShellProps) { return (
-