Browse Source

背景色200

visuddhinanda 2 years ago
parent
commit
830afa8040
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/article/Navigate.tsx

+ 1 - 1
dashboard/src/components/article/Navigate.tsx

@@ -63,7 +63,7 @@ const NavigateWidget = ({ type, articleId, onChange }: IWidget) => {
           display: "flex",
           display: "flex",
           justifyContent: "space-between",
           justifyContent: "space-between",
           backdropFilter: "blur(5px)",
           backdropFilter: "blur(5px)",
-          backgroundColor: "rgba(50,50,50,0.2)",
+          backgroundColor: "rgba(200,200,200,0.2)",
           padding: 4,
           padding: 4,
         }}
         }}
       >
       >