Explorar o código

color: "white"

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
5a7c48db7f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      dashboard/src/components/article/MainMenu.tsx

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

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