Explorar el Código

style: fix icon size

WhizPanda hace 1 año
padre
commit
2799cb9118
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/setting/setting-clash.tsx

+ 1 - 1
src/components/setting/setting-clash.tsx

@@ -112,7 +112,7 @@ const SettingClash = ({ onError }: Props) => {
           <Tooltip title={t("Random Port")}>
             <IconButton
               color={enable_random_port ? "success" : "inherit"}
-              size="medium"
+              size="small"
               onClick={() => {
                 Notice.success(t("After restart to take effect"), 1000);
                 onChangeVerge({ enable_random_port: !enable_random_port });