mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 03:32:36 +08:00
fix: use list item button
This commit is contained in:
parent
6337788a22
commit
f06fa3f9b7
|
@ -1,8 +1,8 @@
|
|||
import {
|
||||
alpha,
|
||||
Box,
|
||||
ListItem,
|
||||
ListItemText,
|
||||
ListItemButton,
|
||||
Typography,
|
||||
styled,
|
||||
} from "@mui/material";
|
||||
|
@ -33,8 +33,7 @@ export const ProxyRender = (props: RenderProps) => {
|
|||
|
||||
if (type === 0) {
|
||||
return (
|
||||
<ListItem
|
||||
button
|
||||
<ListItemButton
|
||||
dense
|
||||
onClick={() => onHeadState(group.name, { open: !headState?.open })}
|
||||
>
|
||||
|
@ -58,7 +57,7 @@ export const ProxyRender = (props: RenderProps) => {
|
|||
}}
|
||||
/>
|
||||
{headState?.open ? <ExpandLessRounded /> : <ExpandMoreRounded />}
|
||||
</ListItem>
|
||||
</ListItemButton>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user