From 260eafba293abfaee69d68c40ae324079d77328f Mon Sep 17 00:00:00 2001 From: PostHog Code Date: Tue, 5 May 2026 03:22:14 +0000 Subject: [PATCH 1/2] fix(setup): polish skip button styling in setup view 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 --- .../renderer/features/setup/components/SetupView.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/code/src/renderer/features/setup/components/SetupView.tsx b/apps/code/src/renderer/features/setup/components/SetupView.tsx index f302f3754..2029982bf 100644 --- a/apps/code/src/renderer/features/setup/components/SetupView.tsx +++ b/apps/code/src/renderer/features/setup/components/SetupView.tsx @@ -181,18 +181,18 @@ export function SetupView() { - + + + Suggested tasks will appear in the sidebar when ready. + - - Suggested tasks will appear in the sidebar when ready. - @@ -226,7 +226,7 @@ export function SetupView() { + + Suggested tasks will appear in the sidebar when ready. + @@ -223,7 +224,7 @@ export function SetupView() { )} - + - + )}