visuddhinanda 3 лет назад
Родитель
Сommit
fe56f699ee

+ 8 - 1
dashboard/src/components/auth/ToLibaray.tsx

@@ -8,7 +8,14 @@ const Widget = () => {
   return (
     <>
       <Link to="/palicanon/list">
-        <Button type="primary">
+        <Button
+          type="primary"
+          style={{
+            paddingLeft: 18,
+            paddingRight: 18,
+            backgroundColor: "#52974e",
+          }}
+        >
           {intl.formatMessage({
             id: "columns.library.title",
           })}

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

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