Browse Source

color: "white"

visuddhinanda 3 years ago
parent
commit
5a7c48db7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dashboard/src/components/article/MainMenu.tsx

+ 2 - 2
dashboard/src/components/article/MainMenu.tsx

@@ -11,9 +11,9 @@ const MainMenuWidget = () => {
     >
       <Button
         type="text"
-        style={{ display: "block" }}
+        style={{ display: "block", color: "white" }}
         icon={<AppstoreOutlined />}
-      ></Button>
+      />
     </Dropdown>
   );
 };