Explorar el Código

chore: fix style

MystiPanda hace 1 año
padre
commit
bb13b12de6
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

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