mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:03:45 +08:00
style: Adjust icon color
This commit is contained in:
parent
e2159d80af
commit
8f247b0f73
@ -52,7 +52,9 @@ export const LayoutItem = (props: Props) => {
|
||||
]}
|
||||
onClick={() => navigate(to)}
|
||||
>
|
||||
{menu_icon === "monochrome" && <ListItemIcon>{icon[0]}</ListItemIcon>}
|
||||
{menu_icon === "monochrome" && (
|
||||
<ListItemIcon sx={{ color: "text.primary" }}>{icon[0]}</ListItemIcon>
|
||||
)}
|
||||
{menu_icon === "colorful" && <ListItemIcon>{icon[1]}</ListItemIcon>}
|
||||
<ListItemText
|
||||
sx={{
|
||||
|
Loading…
x
Reference in New Issue
Block a user