chore: proxy group header height

This commit is contained in:
MystiPanda
2024-03-10 21:56:49 +08:00
parent 5e863a87dc
commit 778ed62a90
2 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,6 @@ export const ProxyItemMini = (props: Props) => {
},
({ palette: { mode, primary } }) => {
const bgcolor = mode === "light" ? "#ffffff" : "#24252f";
const color = mode === "light" ? primary.main : primary.light;
const showDelay = delay > 0;
const selectColor = mode === "light" ? primary.main : primary.light;