From d4d1b2e7f924c60d999719846b807aa38408ee27 Mon Sep 17 00:00:00 2001
From: Dotta
Date: Wed, 11 Mar 2026 12:02:27 -0500
Subject: [PATCH] Style tweaks for onboarding wizard step 1
- Set animation panel (right half) background to #1d1d1d
- Add more margin above Company name form label
- Make form labels white when input is focused or has value
using Tailwind group/focus-within pattern
Co-Authored-By: Paperclip
Co-Authored-By: Claude Opus 4.6
---
ui/src/components/OnboardingWizard.tsx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx
index a043655f..31373344 100644
--- a/ui/src/components/OnboardingWizard.tsx
+++ b/ui/src/components/OnboardingWizard.tsx
@@ -593,8 +593,8 @@ export function OnboardingWizard() {