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

Function variant

packages/devtools-ui/src/styles/use-styles.ts:409–418  ·  view source on GitHub ↗
(variant: ButtonVariant, outline?: boolean, ghost?: boolean)

Source from the content-addressed store, hash-verified

407 `,
408 label: css`
409 font-size: ${semantic.type.bodyXs.size};
410 line-height: ${semantic.type.bodyXs.lineHeight};
411 font-family: ${semantic.font.body};
412 letter-spacing: ${semantic.type.labelSm.tracking};
413 `,
414 count: css`
415 font-size: ${semantic.type.bodyXs.size};
416 padding: 0 ${semantic.space[1]};
417 display: flex;
418 align-items: center;
419 justify-content: center;
420 color: ${semantic.color.text.secondary};
421 background-color: ${semantic.color.state.hover};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected