RoyLee1224 commented on code in PR #52649:
URL: https://github.com/apache/airflow/pull/52649#discussion_r2235740216


##########
airflow-core/src/airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -18,13 +18,18 @@
  */
 import { useDisclosure } from "@chakra-ui/react";
 import { useTranslation } from "react-i18next";
-import { FiGrid, FiLogOut, FiMoon, FiSun, FiUser, FiGlobe } from 
"react-icons/fi";
+import { FiGrid, FiLogOut, FiMoon, FiSun, FiUser, FiGlobe, FiMonitor, FiEye, 
FiChevronRight } from "react-icons/fi";
 import { MdOutlineAccountTree } from "react-icons/md";
 import { useLocalStorage } from "usehooks-ts";
 
 import { Menu } from "src/components/ui";
-import { useColorMode } from "src/context/colorMode/useColorMode";
+<<<<<<< HEAD
+import { COLOR_MODES, type ColorMode, useColorMode } from 
"src/context/colorMode/useColorMode";
 import type { NavItemResponse } from "src/utils/types";
+=======
+
+import { useTimezone } from "src/context/timezone";
+>>>>>>> 10d2237aa7 (refactor: Centralize color mode definitions)

Review Comment:
   Sure, I'll fix these! 💪 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to