mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 05:25:08 +10:00
c2744cbe07
Audited every className token in the repo by compiling them against the shared tailwind config and diffing generated selectors. The following dead tokens were replaced with the intended, existing ones: - text-sbase -> text-base (document invite email button, botched sm->base edit) - text-primary-forground -> text-foreground (admin license card; the literal spelling fix would render 10% lightness text on the dark card, the inherited foreground colour is the intended look) - tracking-tigh -> tracking-tight (signing waiting page heading) - font-sm -> text-sm (4 delete-confirmation dialogs) - dark:text-muted-background -> dark:text-muted (field drag ghost in 4 flows; restores the dark mode readability fix intended by #1242) - placeholder:text-foreground-muted -> placeholder:text-muted-foreground (command palette input) - text-medium -> font-medium (org create dialog free plan, matches paid plans) - text-md -> text-base (envelope drop zone hint) - justify-left -> justify-start (member invite remove button, no visual change) - removed stray "gradie" fragment and text-dark (no dark colour exists) No visual change except where the dead class silently disabled intended styling (email button size, drag ghost dark mode text, dialog confirm text size).
@documenso/remix
The main Documenso web application. Built with React Router v7 and served by a Hono server.
This package is part of the Documenso monorepo and is not meant to be run standalone. Use the root scripts instead.
- Local development: see the root README and the Local Development docs.
- Self-hosting and deployment: see the Self-Hosting docs.
- Architecture overview: see ARCHITECTURE.md.
# From the monorepo root
npm run dev