feat: unify switch component styles and BaseDialog behavior in the UI (#4183)

* feat: unify switch component styles in the UI

* fix: prettier

* feat: unify Item styles
This commit is contained in:
Mimi
2025-07-25 17:57:33 +08:00
committed by GitHub
parent 3048a2ae08
commit 36c6f0ca8d
5 changed files with 21 additions and 131 deletions

View File

@@ -1,4 +1,4 @@
import { BaseDialog, DialogRef } from "@/components/base";
import { BaseDialog, DialogRef, Switch } from "@/components/base";
import { useClashInfo } from "@/hooks/use-clash";
import { useVerge } from "@/hooks/use-verge";
import { showNotice } from "@/services/noticeService";
@@ -12,7 +12,6 @@ import {
ListItem,
ListItemText,
Snackbar,
Switch,
TextField,
Tooltip,
} from "@mui/material";