From c27dfb212a3662010bf173d64d29eeeae40a39f4 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 12 Jun 2026 23:51:47 -0700 Subject: [PATCH] Restyle the campaign story field to match the org bio step Swap the FormSection-wrapped mono textarea on "Tell your story" for the borderless, auto-growing muted textarea used by the organization bio step, so the two long-form surfaces look the same. --- src/pages/CreateCampaignPage.tsx | 35 +++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/src/pages/CreateCampaignPage.tsx b/src/pages/CreateCampaignPage.tsx index 1c560fe8..85978797 100644 --- a/src/pages/CreateCampaignPage.tsx +++ b/src/pages/CreateCampaignPage.tsx @@ -867,16 +867,31 @@ export function CreateCampaignPage() { ); const storySection = ( - -