chore: unified icon style

This commit is contained in:
MystiPanda
2024-07-13 19:01:16 +08:00
parent 48f7c15035
commit c14a33444b
13 changed files with 56 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
import useSWR from "swr";
import { useRef } from "react";
import { useTranslation } from "react-i18next";
import { PrivacyTipRounded, Settings } from "@mui/icons-material";
import { PrivacyTipRounded, SettingsRounded } from "@mui/icons-material";
import { checkService } from "@/services/cmds";
import { useVerge } from "@/hooks/use-verge";
import { DialogRef, Switch } from "@/components/base";
@@ -56,7 +56,7 @@ const SettingSystem = ({ onError }: Props) => {
extra={
<TooltipIcon
title={t("Tun Mode Info")}
icon={Settings}
icon={SettingsRounded}
onClick={() => tunRef.current?.open()}
/>
}
@@ -106,7 +106,7 @@ const SettingSystem = ({ onError }: Props) => {
<>
<TooltipIcon
title={t("System Proxy Info")}
icon={Settings}
icon={SettingsRounded}
onClick={() => sysproxyRef.current?.open()}
/>
</>