-
Notifications
You must be signed in to change notification settings - Fork 4k
[polish] Update chat input file chip border radius to match Figma #13532
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
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
✅ PR preview is ready!
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
27079aa to
fd229d7
Compare
87deceb to
5c4ff72
Compare
📉 Frontend coverage change detectedThe frontend unit test (vitest) coverage has decreased by 0.0000%
✅ Coverage change is within normal range. |
5c4ff72 to
7992f54
Compare
114c830 to
cc7e6e4
Compare
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 pull request updates the border radius of the file chip icon container in the chat input component to match the Figma design specification. The change modifies the border radius from theme.radii.md to theme.radii.default.
Key Changes
- Updated border radius property in the file chip icon styled component
- Regenerated all E2E test snapshots to reflect the visual change
Reviewed changes
Copilot reviewed 1 out of 49 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
frontend/lib/src/components/widgets/ChatInput/fileUpload/styled-components.ts |
Changed border radius from theme.radii.md to theme.radii.default for the file icon container |
e2e_playwright/__snapshots__/linux/st_chat_input_test/*.png |
Updated all visual regression test snapshots across browsers and themes to reflect the border radius change |
cc7e6e4 to
44c5a57
Compare
Changed icon container border radius from theme.radii.md (4px) to theme.radii.default (8px) to match the Figma design specifications.
44c5a57 to
111ca6a
Compare

Describe your changes
Updated the border radius of file upload icons in the chat input component from
theme.radii.mdtotheme.radii.defaultto match the designs in Figma.Screenshot or video (only for visual changes)
The PR updates all snapshot images for file chips in the chat input component across different browsers (Chromium, Firefox, and WebKit) and themes (light and dark).
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.