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

@@ -217,7 +217,7 @@ export default function SiteList({ onOpenDevicesForSite }) {
height: "100%",
borderRadius: 0,
border: `1px solid ${MAGIC_UI.panelBorder}`,
background: MAGIC_UI.shellBg,
background: "transparent",
boxShadow: "0 25px 80px rgba(6, 12, 30, 0.8)",
overflow: "hidden",
}}