fix(setup): polish skip button styling in setup view#2021
Draft
posthog[bot] wants to merge 2 commits intomainfrom
Draft
fix(setup): polish skip button styling in setup view#2021posthog[bot] wants to merge 2 commits intomainfrom
posthog[bot] wants to merge 2 commits intomainfrom
Conversation
added 2 commits
May 5, 2026 03:22
The "Start from scratch" skip button used the ghost variant, which rendered as bare text and made it unclear it was actionable. During the scan, it sat directly above its helper text with the same alignment, so the two visually merged into one block. - Switch both skip buttons to the soft gray variant so they read as buttons. - Reorder the during-scan skip section so the reassurance copy sits above the button, with more breathing room between them. Generated-By: PostHog Code Task-Id: c4d8ab9e-aee0-4454-8cf1-3fb40c6e1705
Center the "Start from scratch" buttons in both the during-scan and after-done states, and add a trailing arrow icon so they read more clearly as a forward action. The reassurance copy stays below the during-scan button. Generated-By: PostHog Code Task-Id: c4d8ab9e-aee0-4454-8cf1-3fb40c6e1705
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.
Summary
The onboarding setup view's "Start from scratch" skip button looked wonky — it used the ghost variant (bare text, no button affordance) and during the scan it sat directly above helper copy with the same left-alignment, so the two visually merged into one block.
This PR polishes both skip buttons:
variant="ghost"tovariant="soft"(color="gray") so they clearly read as buttons (subtle gray pill) rather than bare text.gap="2"between them for breathing room. The button now reads as the action, not as another line of text.Test plan
Created with PostHog Code