From 663c921b476df86e67f10bf2253ae753c35c1cb1 Mon Sep 17 00:00:00 2001 From: spencrmartin Date: Thu, 25 Sep 2025 13:39:38 -0400 Subject: [PATCH] Adjust cursor vertical alignment in empty state - Changed cursor top position from 0px to 0.125em - Aligns cursor with text baseline instead of sitting below it - Improves visual consistency with placeholder text --- ui/desktop/src/components/RichChatInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/components/RichChatInput.tsx b/ui/desktop/src/components/RichChatInput.tsx index 762b5692b9..1d2d2ed074 100644 --- a/ui/desktop/src/components/RichChatInput.tsx +++ b/ui/desktop/src/components/RichChatInput.tsx @@ -388,7 +388,7 @@ export const RichChatInput = forwardRef(({ height: "1em", width: "1px", left: "0px", - top: "0px", + top: "0.125em", // Align with text baseline verticalAlign: "baseline" }} />