wrappings

This commit is contained in:
Michael Freno
2025-12-19 17:50:10 -05:00
parent 1b31c83287
commit 274b76ebf2
2 changed files with 26 additions and 1 deletions

View File

@@ -174,7 +174,7 @@ function AppLayout(props: { children: any }) {
>
<LeftBar />
<div
class="relative min-h-screen rounded-t-lg shadow-2xl"
class="bg-base relative min-h-screen rounded-t-lg shadow-2xl"
style={{
width: `${centerWidth()}px`,
"margin-left": `${leftBarSize()}px`