mirror of
https://github.com/cline/cline.git
synced 2026-08-31 01:40:46 +08:00
71536e55aa
* refactor(ui): introduce Cline-owned semantic color system * refactor(desktop): adopt shared semantic theme roles * refactor(ui): set 15px root and recalibrate xs/sm type scale Scale rem steps so xs/sm stay 12/13px visually, and slightly lift dark-mode neutral-4. * refactor(ui): align SearchCombobox with package type and hover tokens Use host-safe cline-ui utilities and keep option font inheritance from CSS. * fix(ui): use standard stroke-2 utility on approval spinner * refactor(desktop): modernize shared UI primitives for Tailwind v4 Replace legacy arbitrary/has selectors with current utility syntax. * refactor(desktop): bump chat chrome typography to text-sm Keep composer controls and pickers on the shared sm type step. * refactor(desktop): use max-w-344 for page frame content width * chore(desktop): disable Next.js dev indicators * chore: ignore desktop-app Cursor settings * docs(pr): add before/after screenshots for #12941 * chore: retrigger checks --------- Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>