visuddhinanda 3 лет назад
Родитель
Сommit
fe56f699ee
2 измененных файлов с 16 добавлено и 2 удалено
  1. 8 1
      dashboard/src/components/auth/ToLibaray.tsx
  2. 8 1
      dashboard/src/components/auth/ToStudio.tsx

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

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

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

@@ -14,7 +14,14 @@ const Widget = () => {
     return (
     return (
       <>
       <>
         <Link to={`/studio/${user.realName}/home`}>
         <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({
             {intl.formatMessage({
               id: "columns.studio.title",
               id: "columns.studio.title",
             })}
             })}