toolbar-pill.ts536 BView on GitHub
/**
 * The canvas toolbar pill — the [New] [Filter] [Sort] [Fields] controls in /pipeline.
 *
 * It lives in its own module because the Cmd+K search filter row wears the same pill,
 * and importing it from FilterSortConfigurationRow would drag that whole file (dnd-kit,
 * the CRM store, tRPC) in behind one string.
 */
export const TOOLBAR_PILL_CLASS =
  'flex h-7 shrink-0 cursor-pointer items-center gap-1.5 rounded-full border border-border bg-background px-2.5 text-xs text-muted-foreground transition-colors hover:bg-muted/60';