From 255af85428c8a48baf920f6a1b98bed61a1fdee3 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 16 Jun 2026 14:44:28 -0500 Subject: [PATCH] Ensure text composed via IME is visible (#10925) --- src/components/Composer/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Composer/index.tsx b/src/components/Composer/index.tsx index b587d19eae..cf79abddf7 100644 --- a/src/components/Composer/index.tsx +++ b/src/components/Composer/index.tsx @@ -342,10 +342,10 @@ export function Composer({ contentPaddingStyle, a.z_20, { - color: 'transparent', background: 'transparent', }, web({ + color: 'transparent', caretColor: textStyle.color ?? 'black', overscrollBehavior: 'none', scrollbarWidth: 'thin',