MCPcopy Create free account
hub / github.com/dabbott/javascript-playgrounds / createInspectorTheme

Function createInspectorTheme

components/workspace/Console.js:45–52  ·  view source on GitHub ↗
(base)

Source from the content-addressed store, hash-verified

43})
44
45const createInspectorTheme = (base) => ({
46 ...base,
47 BASE_FONT_SIZE: '13px',
48 TREENODE_FONT_SIZE: '13px',
49 BASE_LINE_HEIGHT: '20px',
50 TREENODE_LINE_HEIGHT: '20px',
51 BASE_BACKGROUND_COLOR: 'transparent',
52})
53
54const Inspector = Loadable({
55 loader: () => import('react-inspector')

Callers 1

Console.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected