2
0
visuddhinanda 3 жил өмнө
parent
commit
5a7c48db7f

+ 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>
   );
 };