-
Notifications
You must be signed in to change notification settings - Fork 167
Update UI stylesof AI chat #1902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the UI styles for the AI chat interface to align with design specifications from OPS-3508. The changes focus on visual refinements including background colors, spacing, border radius, and icon sizing.
Changes:
- Added a new greyBlue-100 color variant to the design system
- Updated background colors from default theme colors to the new greyBlue-100
- Modified user message styling with adjusted padding and border radius
- Refined typography and icon sizes in the top bar for better visual consistency
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/ui-components/tailwind.base.config.cjs | Added greyBlue-100 color configuration to Tailwind theme |
| packages/ui-components/src/tailwind.css | Defined greyBlue-100 color values for light and dark themes |
| packages/ui-components/src/components/assistant-ui/thread/thread.tsx | Updated background color and user message bubble styling |
| packages/ui-components/src/components/assistant-ui/assistant-ui-chat-container.tsx | Changed container background to use new greyBlue-100 color |
| packages/ui-components/src/components/assistant-ui/assistant-top-bar.tsx | Adjusted text size and icon dimensions for visual consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



Fixes OPS-3508
