fix: fontSize and some styles

This commit is contained in:
MystiPanda
2024-03-10 00:22:22 +08:00
parent 6174aa6ee1
commit c69978c9fd
2 changed files with 6 additions and 27 deletions

View File

@@ -87,17 +87,13 @@ export const ProxyItem = (props: Props) => {
"&:hover .the-check": { display: !showDelay ? "block" : "none" },
"&:hover .the-delay": { display: showDelay ? "block" : "none" },
"&:hover .the-icon": { display: "none" },
"&:hover ": {
"&.Mui-selected": {
borderLeft: `3px solid ${selectColor}`,
bgcolor:
mode === "light"
? alpha(primary.main, 0.15)
: alpha(primary.main, 0.35),
},
"&.Mui-selected": {
borderLeft: `3px solid ${selectColor}`,
bgcolor,
},
// "&.Mui-selected .MuiListItemText-secondary": { bgcolor },
backgroundColor: bgcolor,
marginBottom: "8px",
height: "40px",