MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleThemeChange

Function handleThemeChange

web/components/settings/GeneralSettings.tsx:19–22  ·  view source on GitHub ↗
(t: "light" | "dark" | "system")

Source from the content-addressed store, hash-verified

17 ];
18
19 function handleThemeChange(t: "light" | "dark" | "system") {
20 updateSettings({ theme: t });
21 setTheme(t);
22 }
23
24 return (
25 <div>

Callers 1

GeneralSettingsFunction · 0.85

Calls 1

setThemeFunction · 0.50

Tested by

no test coverage detected