Standardized Aurora Background Across All Pages via App.jsx

This commit is contained in:
2025-11-26 02:06:01 -07:00
parent 9258d0fa7b
commit 6634ecc15f
17 changed files with 61 additions and 42 deletions

View File

@@ -2862,7 +2862,7 @@ const heroTiles = useMemo(() => {
flexDirection: "column",
gap: 3,
borderRadius: 0,
background: MAGIC_UI.shellBg,
background: "transparent",
border: `1px solid ${MAGIC_UI.panelBorder}`,
boxShadow: MAGIC_UI.glow,
}}