fix(tangle-cloud): unified type-scale bump + solid card surfaces#3291
Merged
Conversation
Two systemic fixes grounded in DOM extraction (bad extract-tokens on the instances page): 1. Type scale — cloud's type was scattered 12/14/16/18px and read as tremendously small. Bump the whole Tailwind fontSize scale in cloud's config (xs 12->13, sm 14->15, base 16->17, lg 18->19, xl 20->22, 2xl 24->25, 3xl 30->36) with loosened line-heights. Unified increase across body/subtext/tables/buttons without scaling spacing. 2. Card surfaces — instances page used 4 different treatments (bg-muted/20, bg-muted/30, bg-card, bg-[var(--bg-elevated)]/40) so the account/instance cards read as different colors than Quick actions. Unify the main card containers (AccountStatsCard, TotalValueLocked) to solid bg-card.
tangletools
approved these changes
Jun 23, 2026
tangletools
left a comment
Contributor
There was a problem hiding this comment.
✅ Auto-approved PR — 43b0495f
Blanket team auto-approval is enabled for this reviewer service.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.
tangletools · auto-approval · reason: blanket_auto_approve · 2026-06-23T10:38:16Z
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.
Grounded in DOM extraction. (1) Bumps cloud's whole Tailwind fontSize scale ~10-15% (xs 12->13 ... 3xl 30->36) — unified larger type across body/subtext/tables/buttons, no spacing change. (2) Unifies the instances-page card surfaces (bg-muted/20, /30 -> bg-card) so account/instance cards + Quick actions read as one surface. Staging-only. Gates green.