From 72f615c59b0d9a5a04937bd7ddc5ca307bd3847d Mon Sep 17 00:00:00 2001 From: multica-agent Date: Tue, 19 May 2026 00:08:46 +0800 Subject: [PATCH] fix(onboarding): match Skip button size to Continue (size="lg") Skip used the default button size (h-8) while Continue used size="lg" (h-9), so the two adjacent action buttons rendered visibly different heights. Promote Skip to size="lg" in step-question and step-runtime-connect so they line up. Co-authored-by: multica-agent --- packages/views/onboarding/steps/step-question.tsx | 2 +- packages/views/onboarding/steps/step-runtime-connect.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/views/onboarding/steps/step-question.tsx b/packages/views/onboarding/steps/step-question.tsx index 3df2928a57..4133322c03 100644 --- a/packages/views/onboarding/steps/step-question.tsx +++ b/packages/views/onboarding/steps/step-question.tsx @@ -177,7 +177,7 @@ export function StepQuestion({ {footerHint}
-