From 579230db35089d2e057149c18cc9794cce3d857b Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 7 Sep 2026 22:10:32 +0000 Subject: [PATCH] Halve the compose pill gradient height Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01QoggCVt9XgpKbjrTZjoJD9 --- src/features/composePrompt/ComposePromptGradient.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/composePrompt/ComposePromptGradient.tsx b/src/features/composePrompt/ComposePromptGradient.tsx index 83b4e33ead..f70ae103da 100644 --- a/src/features/composePrompt/ComposePromptGradient.tsx +++ b/src/features/composePrompt/ComposePromptGradient.tsx @@ -8,7 +8,7 @@ import {useComposePromptState} from './context' * Tall enough to cover the pill sitting just above the bar, plus a lead-in * over the content above it. */ -const GRADIENT_HEIGHT = 64 +const GRADIENT_HEIGHT = 32 /** * Fade from the content into the bottom bar's background, drawn above the