MCPcopy Create free account
hub / github.com/TanStack/devtools / createStyles

Function createStyles

packages/devtools/src/styles/use-styles.ts:1545–1552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1543 font-size: ${semantic.type.headingCompact.size};
1544 line-height: ${semantic.type.headingCompact.lineHeight};
1545 font-weight: 700;
1546 color: ${semantic.color.text.primary};
1547 margin: 0;
1548 `,
1549 pluginMarketplaceSettingsPanelClose: css`
1550 display: flex;
1551 align-items: center;
1552 justify-content: center;
1553 padding: 0.5rem;
1554 background: transparent;
1555 border: none;

Callers 15

TriggerFunction · 0.90
TabContentFunction · 0.90
TabsFunction · 0.90
ContentPanelFunction · 0.90
MainPanelFunction · 0.90
HotkeyConfigFunction · 0.90
PluginMarketplaceFunction · 0.90
SettingsTabFunction · 0.90
PluginsTabFunction · 0.90
TagFiltersFunction · 0.90
PluginSectionComponentFunction · 0.90
SettingsPanelFunction · 0.90

Calls 2

createThemeFunction · 0.90
stylesFactoryFunction · 0.70

Tested by

no test coverage detected