Explorar el Código

按钮改成中等

visuddhinanda hace 3 años
padre
commit
9332feca07
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      dashboard/src/components/auth/ToStudio.tsx

+ 1 - 5
dashboard/src/components/auth/ToStudio.tsx

@@ -14,11 +14,7 @@ const Widget = () => {
     return (
       <>
         <Link to={`/studio/${user.realName}/home`}>
-          <Button
-            type="primary"
-            size="small"
-            style={{ paddingLeft: 18, paddingRight: 18 }}
-          >
+          <Button type="primary" style={{ paddingLeft: 18, paddingRight: 18 }}>
             {intl.formatMessage({
               id: "columns.studio.title",
             })}