change appbar
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -42,7 +42,11 @@ const HeadlessFrame = () => {
|
||||
}}
|
||||
>
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<AppBar position="static">
|
||||
<AppBar
|
||||
sx={{
|
||||
backgroundColor: "#f5f5f5",
|
||||
}}
|
||||
>
|
||||
<Toolbar>
|
||||
{/* <IconButton
|
||||
size="large"
|
||||
|
||||
Reference in New Issue
Block a user