change appbar
This commit is contained in:
@@ -64,6 +64,7 @@ const HeadlessFooterPreview = ({ footer, bottom }: { footer?: string; bottom?: s
|
|||||||
maxHeight: "40px",
|
maxHeight: "40px",
|
||||||
mb: 2,
|
mb: 2,
|
||||||
}}
|
}}
|
||||||
|
style={{ display: "flex", justifyContent: "center", alignItems: "center" }}
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<Box
|
<Box
|
||||||
|
|||||||
@@ -42,7 +42,11 @@ const HeadlessFrame = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Box sx={{ flexGrow: 1 }}>
|
<Box sx={{ flexGrow: 1 }}>
|
||||||
<AppBar position="static">
|
<AppBar
|
||||||
|
sx={{
|
||||||
|
backgroundColor: "#f5f5f5",
|
||||||
|
}}
|
||||||
|
>
|
||||||
<Toolbar>
|
<Toolbar>
|
||||||
{/* <IconButton
|
{/* <IconButton
|
||||||
size="large"
|
size="large"
|
||||||
|
|||||||
Reference in New Issue
Block a user