mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-19 12:25:48 -07:00
Standardized Aurora Background Across All Pages via App.jsx
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
@@ -699,7 +699,7 @@ export default function ScheduledJobsList({ onCreateJob, onEditJob, refreshToken
|
||||
sx={{
|
||||
m: 0,
|
||||
p: 0,
|
||||
background: AURORA_SHELL.background,
|
||||
background: "transparent",
|
||||
border: "none",
|
||||
boxShadow: "none",
|
||||
borderRadius: 0,
|
||||
|
||||
Reference in New Issue
Block a user