MCPcopy
hub / github.com/system-ui/theme-ui / InitializeColorMode

Function InitializeColorMode

packages/color-modes/src/index.tsx:392–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390} catch (e) {} })();`
391
392export const InitializeColorMode = () =>
393 jsx('script', {
394 key: 'theme-ui-no-flash',
395 dangerouslySetInnerHTML: {
396 __html: noflash,
397 },
398 })

Callers

nothing calls this directly

Calls 1

jsxFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…