mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
chore: proxy group header height
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user