visuddhinanda 3 лет назад
Родитель
Сommit
9332feca07
1 измененных файлов с 1 добавлено и 5 удалено
  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",
             })}