MCPcopy Create free account
hub / github.com/codename-co/stack / applyTheme

Function applyTheme

packages/website/src/components/DarkModeSwitcher.tsx:34–40  ·  view source on GitHub ↗
(theme: string)

Source from the content-addressed store, hash-verified

32 <circle cx="12" cy="12" r="4" />
33 <path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41" />
34 </svg>
35);
36
37const MoonIcon = () => (
38 <svg
39 className="stroke-current w-4 h-4 inline align-middle"
40 xmlns="http://www.w3.org/2000/svg"
41 viewBox="0 0 24 24"
42 fill="none"
43 stroke-width="2"

Callers 2

DarkModeSwitcherFunction · 0.85
handleThemeChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected