mirror of
https://github.com/we-promise/sure.git
synced 2026-05-09 21:54:58 +00:00
Both `cyan-800` and `cyan-900` were defined as `#155B75` since the original commit that introduced the v4 design system, leaving the cyan scale plateaued at the dark end. Setting `cyan-900` to `#164E63` (Tailwind v3's default for that step), so the scale progresses monotonically. The token has zero current usage (`bg-cyan-900`, `text-cyan-900`, `border-cyan-900` aren't referenced anywhere outside the design system source), so this change is invisible in the running app today. Closes #1605.