Release 1.5.7

This commit is contained in:
MystiPanda
2024-03-11 17:01:42 +08:00
parent b598d00aef
commit 50ade92238
7 changed files with 20 additions and 6 deletions

View File

@@ -53,7 +53,9 @@ export const LayoutItem = (props: Props) => {
onClick={() => navigate(to)}
>
{(menu_icon === "monochrome" || !menu_icon) && (
<ListItemIcon sx={{ color: "text.primary" }}>{icon[0]}</ListItemIcon>
<ListItemIcon sx={{ color: "text.primary", marginLeft: "6px" }}>
{icon[0]}
</ListItemIcon>
)}
{menu_icon === "colorful" && <ListItemIcon>{icon[1]}</ListItemIcon>}
<ListItemText