feat(theme): update colors to the new Io design system - #3849
Draft
tegan-temporal wants to merge 70 commits into
Draft
feat(theme): update colors to the new Io design system#3849tegan-temporal wants to merge 70 commits into
tegan-temporal wants to merge 70 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description & motivation 💭
Linear: FE-203 – Update Colors
Updates the UI color tokens and component styling to the new Io design system, aligned with the current Figma definitions. The migration also introduces a concise property-aware Tailwind API.
Color system
overlay.primaryused for striped table cellsbackground,surface,content,border,interactive,actions, andoverlaysemantic families--color-content-primaryand--color-surface-primarytext-primary,bg-surface-primary,border-primary,ring-interactive-primary, andbg-indigo-9surface.static.neutral, andopacity-disabledio-*utility and--color-io-*variable namespacesurface.table-header,surface.code-block,content.code-block, andcontent.code-block-accentaliasesComponent styling
Figma-backed color and state updates cover Button, Icon Button, Checkbox, Radio, Toggle Switch, Toggle Button, Menu, Dropdown, Select, Link, Toast, Alert, Progress Bar, Input, Number Input, Textarea, Tabs, Chip, Calendar, Date Picker, Accordion, Tooltip, Card, Badge, Count Badge, Status Badge, Code Block, Markdown Editor, Table, and Primary Navigation items.
Status badges use semantic surfaces, content, and borders; joined status segments omit internal border dividers, running heartbeats stay inside their layout slot, and saved-view task failures use the danger treatment. Alert lead icons follow their intent, count badges use the compact content-sized treatment, shared tables use the Figma
overlay.primarystripe, and page-level search fields usesurface.primarywhen rendered directly on the application background.Buttons use the current primary, secondary, and tertiary interaction-state tokens, including alpha-based secondary and tertiary hover and press treatments.
Divider, Modal, Drawer, and Split Button were audited and already matched their semantic colors or inherit migrated primitives. Components without a structurally matching implementation were left unchanged.
Primary navigation now follows the current Figma design in both themes, using semantic surface, border, content, brand, hover, and pressed tokens. OSS and Cloud navigation shells are theme-aware; Cloud no longer uses the fixed indigo gradient.
Design conventions 🎨
Figma sources:
Testing 🧪
pnpm check: 0 errors, 118 existing warningspnpm lint: passed with 57 existing warningsgit diff --check: passed