fix(ui): enlarge Figma provider icon - #328
Merged
Merged
Conversation
siisee11
enabled auto-merge (squash)
July 27, 2026 07:50
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
onequery-landing | f011cb2 | Commit Preview URL Branch Preview URL |
Jul 27 2026, 07:52 AM |
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.
One-Line Summary
The Figma logo now fills the provider icon slot instead of appearing much smaller than neighboring integration logos.
User-Facing Changes
8×9pxto13×20pxinside the existing 20px icon slot.FigmaIcon.Why This Changed
The official asset uses a
1024×1280canvas, while its visible artwork occupies only the centered400×600region. Rendering the full canvas inside a square provider slot scaled the surrounding whitespace along with the mark, making Figma look substantially smaller than Airtable, Granola, and other providers.How It Changed
FigmaIcon'sviewBoxfrom0 0 1024 1280to the artwork bounds312 340 400 600.Bug Fixes
Extra Context / Decisions
Verification
bun run test -- src/data-sources/provider-icons.test.tsxinpackages/ui— 14 tests passed.bunx turbo typecheck --filter @onequery/ui --filter @onequery/dashboard --filter @onequery/landing --json— 3 tasks passed.bunx turbo test --filter @onequery/ui --filter @onequery/dashboard --filter @onequery/landing --json— UI 21, dashboard 66, and landing 28 tests passed.bunx turbo build --filter @onequery/dashboard --filter @onequery/landing --json— 4 tasks passed.bun run format— 1,170 files passed.bunx oxlint --type-aware packages/ui/src/icons/figma-icon.tsx packages/ui/src/data-sources/provider-icons.test.tsx— passed.Video / Screenshot (Optional)
viewBoxis covered by regression test.