MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / ColorModeIcon

Function ColorModeIcon

frontend/src/components/ui/color-mode.tsx:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function ColorModeIcon() {
45 const { colorMode } = useColorMode();
46 return colorMode === "dark" ? <LuMoon /> : <LuSun />;
47}
48
49interface ColorModeButtonProps extends Omit<IconButtonProps, "aria-label"> {}
50

Callers

nothing calls this directly

Calls 1

useColorModeFunction · 0.85

Tested by

no test coverage detected