change appbar

This commit is contained in:
2025-10-20 20:16:09 +08:00
parent 56f11f62ea
commit 991af83c2e
2 changed files with 6 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ const HeadlessFooterPreview = ({ footer, bottom }: { footer?: string; bottom?: s
maxHeight: "40px",
mb: 2,
}}
style={{ display: "flex", justifyContent: "center", alignItems: "center" }}
/>
<div>
<Box

View File

@@ -42,7 +42,11 @@ const HeadlessFrame = () => {
}}
>
<Box sx={{ flexGrow: 1 }}>
<AppBar position="static">
<AppBar
sx={{
backgroundColor: "#f5f5f5",
}}
>
<Toolbar>
{/* <IconButton
size="large"